Difference between revisions of "Acknowledgements"

From BoofCV
Jump to navigationJump to search
m (created acknowledgements page)
 
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Acknowledgements =
BoofCV has been entirely developed by myself ([https://www.linkedin.com/in/peter-abeles-59b2603 Peter Abeles]) and is based off my experience in developing computer vision and robotic solutions over the past 10+ years or so.  The main motivation for this work is to create the tools that I wish I always wish I had in my preferred development environment.  I hope to create a fast and easy to use computer vision library which is stable and relatively bug free.  Java was selected for development because it's a much easier language to maintain large projects.  Primarily due to the high quality of its development tools, which are still years ahead of anything out there in C/C++.  While the ability to refactor and change the code's fundamental structure isn't unique to tools in Java, it actually works very well.  That can't be said for C++ where every tool I have tried likes to occasionally destroy the code base after a refactor.


BoofCV has been entirely developed by myself (Peter Abeles) and is based off my experience in developing computer vision and robotic solutions over the past 10+ years or soThe main motivation for this work is to create the tools that I wish I always wish I had in my preferred development environment.  I hope to create a fast and easy to use computer vision library which is stable and relatively bug free.  Java was selected for development (despite a lot of prejustice against it in the community) because its development tools are still years ahead of anything out there in C/C++The ability to refactor and change the code's fundamental structure on the fly in a fraction of a second has allowed its rapid development.
Most of BoofCV's development is self supportedIn recent years I've been luck enough to find employers who are supportive of open source softwareContributions of any type are welcomed!


Currently BoofCV's development is entirely self supported.  Another reason for its development is to get more visibility and hopefully bring in some buisness.  I'm currently looking for contract work which is favorable to the development of open source tools. For potential consulting or colabatrive work feel free to contract me using my [http://www.linkedin.com/pub/peter-abeles/3/260/59b| LinkedIn profile].
<center>
{| class="wikitable"
! Organizations !! Contribution
|-
| Romotive || Current Employeer and allows code to be donated!
|-
| style="background-color: black;text-align: center;"| [[File:Ihmc-logo.png|frameless|125px|link=http://www.ihmc.us/]] || Supported several new features, like object tracking.
|-
| [[File:Logo_intellij_idea.jpg|frameless|200px|link=http://www.jetbrains.com/idea/]] || The best IDE ever created.  Sponsor.
|}
</center>


While few 3rd party libraries have been included inside of BoofCV, the open source movement in general has aided in its development.  Whenever possible I looked at other libraries and try to learn from their API and or code to create the fastest and most stable algorithms.  The following is a list of other projects of web pages which helped contribute to BoofCV in some fashion.
= Dependencies =


* [http://www.ces.clemson.edu/~stb/klt/| Stan Birchfield's KLT tracker]
BoofCV leverages several other libraries.
* [http://www.chrisevansdev.com/computer-vision-opensurf.html| Open SURF]
 
* [http://aorlinsk2.free.fr/panomatic/| Pan-o-Matic]
* [http://georegression.org/ Geometric Regression Library]
* [http://opencv.willowgarage.com/| OpenCV]
** Geometric transforms and distance operations
* [http://www.junit.org/| JUnit ]
* [http://ejml.org/ EJML]
* [http://www.jetbrains.com/idea/| The best IDE I have ever used: IntelliJ IDE]
** Linear algebra
* [http://ddogleg.org/ DDogleg]
** Numerics
* [http://www.junit.org/ JUnit ]
** Unit testing
 
= Other Libraries =
 
No one lives in a vacume and here's a list of other computer vision websites I've found useful.
 
* [http://www.vlfeat.org/ VLFeat]
* [http://www.ces.clemson.edu/~stb/klt/ Stan Birchfield's KLT tracker]
* [http://www.chrisevansdev.com/computer-vision-opensurf.html Open SURF]
* [http://aorlinsk2.free.fr/panomatic/ Pan-o-Matic]
* [http://opencv.willowgarage.com/ OpenCV]

Latest revision as of 11:20, 14 November 2015

BoofCV has been entirely developed by myself (Peter Abeles) and is based off my experience in developing computer vision and robotic solutions over the past 10+ years or so. The main motivation for this work is to create the tools that I wish I always wish I had in my preferred development environment. I hope to create a fast and easy to use computer vision library which is stable and relatively bug free. Java was selected for development because it's a much easier language to maintain large projects. Primarily due to the high quality of its development tools, which are still years ahead of anything out there in C/C++. While the ability to refactor and change the code's fundamental structure isn't unique to tools in Java, it actually works very well. That can't be said for C++ where every tool I have tried likes to occasionally destroy the code base after a refactor.

Most of BoofCV's development is self supported. In recent years I've been luck enough to find employers who are supportive of open source software. Contributions of any type are welcomed!

Organizations Contribution
Romotive Current Employeer and allows code to be donated!
Ihmc-logo.png Supported several new features, like object tracking.
Logo intellij idea.jpg The best IDE ever created. Sponsor.

Dependencies

BoofCV leverages several other libraries.

Other Libraries

No one lives in a vacume and here's a list of other computer vision websites I've found useful.