User profile: CarlosB

User info
User name:CarlosB
History
Joined:
Number of posts:2
Latest posts:

Plotting from a C++ program?
You can use OpenCV library, wh¡ch also contains special functions to calculate image histogram

OpenCV .....
Hello, you can try whit this code: int point_count = 20; CvMat* points1; CvMat* points2; CvM...