libccv.org
ccv 0.2 is almost there
http://libccv.org/post/ccv-0.2-is-almost-there
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Ccv 02 is almost there. October 2nd, 2012. In the next 2 days, I will cut a new branch from unstable to replace current stable branch, and announcing 0.2 release. 02 supposes to be a bug-fix release, thus, you won’t expect a significant new features in it, but whatever, here is what’s new:. 1) thread-safety by having application-wide cache thread-local;. 2) support ccv read from memory;. 3) preliminary MSER implementation;.
libccv.org
ccv now has a state-of-art tracking algorithm
http://libccv.org/post/ccv-now-has-a-state-of-art-tracking-algorithm
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Ccv now has a state-of-art tracking algorithm. November 10th, 2012. See more discussions and experiments on TLD: Track Learn Detect. Thanks to Zdenek Kalal. For sharing his research with the rest of the world. Comments powered by Disqus. This project is maintained by liuliu. Theme originated from orderedlist.
libccv.org
In 0.4, ccv talks HTTP
http://libccv.org/post/ccv-talks-http
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. In 04, ccv talks HTTP. November 30th, 2012. For even number of ccv release, it often comes with bug fixes and API renovation. In the next two days, I am going to cut ccv 0.4 release, which brings you a major API renovation: an API over HTTP. Read more about how to use ccv over HTTP. Comments powered by Disqus. This project is maintained by liuliu. Theme originated from orderedlist.
libccv.org
An elephant in the room
http://libccv.org/post/an-elephant-in-the-room
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. An elephant in the room. June 18th, 2012. There is an elephant in the room. Why go through all this hassles when there is OpenCV. Well, OpenCV is a solid and well-crafted software. But after these years, there are quite few things it failed to address, and these things are exactly what ccv prioritizes for. Ccv chose a different path. It strives to be a drop-in statically-linked library. To minimize the code base, it gives up...
libccv.org
Getting Started
http://libccv.org/tutorial
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Ccv is very lightweight. There is no concept of ‘install’. If you want to use ccv, statically linking to it is sufficient. To the extreme, it is recommended to drop ccv source code into your project and use it directly. For old-schooler, run. For static linking with. For example, you have ccv source compiled in. And you want to compile. Clang -L" /ccv/lib" -I" /ccv/lib" sift.c -lccv `cat /ccv/lib/.deps`. Ccv dense matrix t* image = 0.
libccv.org
Cache: We are Terrible Magicians
http://libccv.org/doc/doc-cache
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Cache: We are Terrible Magicians. Ccv uses an application-wide transparent cache to de-duplicate matrix computations. In the following chapters, I will try to outline how that works, and expose you to the inner-working of ccv’s core functionalities. Ccv make matrix immutable. Computes the SHA-1 hash on matrix raw data, and will use the first 64-bit as the signature for that matrix. A Radix-tree LRU Cache. Won’t free that matrix to O...
libccv.org
Call for a new, lightweight, c-based computer vision library
http://libccv.org/post/call-for-a-new-lightweight-c-based-computer-vision-library
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Call for a new, lightweight, c-based computer vision library. February 6th, 2010. It should be fast. There is no need to build a toolset that is slow. Former work such as lapack and gsl are a better choices rather than reinvent the wheel. For the same reason, It is necessary to fork basic routines from OpenCV, such as Canny detector, kalman filter, etc. Give some love to distributed system, and modern compilers (LLVM and Clang).
libccv.org
ccv - a modern computer vision library
http://libccv.org/doc
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. TLD: Track Learn Detect. SWT: Stroke Width Transform. SIFT: Scale Invariant Feature Transform. ICF: Integral Channel Features. HTTP: A REST-ful API. DPM: Deformable Parts Model. ConvNet: Deep Convolutional Networks. Cache: We are Terrible Magicians. BBF: Brightness Binary Feature. Archive for 0.6 Version. This project is maintained by liuliu. Theme originated from orderedlist.
libccv.org
Introducing ccv, reached 0.1 milestone
http://libccv.org/post/introducing-ccv-milestone
A Modern Computer Vision Library. View the Project on GitHub liuliu/ccv. Introducing ccv, reached 0.1 milestone. June 29th, 2012. It has been two years since the first commit. Two years ago, I promised. 1) an object detection algorithm; 2). a text detection algorithm; 3). a feature point algorithm; and 4). a 3d reconstruction algorithm. With the 0.1, there is:. 1) a very fast detection algorithm for rigid object:. 2) an accurate object detection algorithm for somewhat difficult object:.
SOCIAL ENGAGEMENT