 |
A Basic Introduction to OpenCV for Image Processing
6 2. Image data structure in OpenCV Load and display an image in OpenCV: #include "cv.h" //main OpenCV functions #include "highgui.h" //OpenCV GUI functions¯include int main() {/* declare a new IplImage pointer, the basic image data structure in ...
www.sharethebytes.com |
 |