It is a source code to make 2 views(windows) of openGL on MFC dialog.
Download this source code here.
This source code is applied by OpenGL Drawing test on MFC post on this site.
8/28/2012
Subscribe to:
Post Comments (Atom)
-
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
-
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
-
This is example source cod of ORB_GPU feature detection and matching. ORB feature is known extraction speed is faster than surf and sift. ...
-
Created Date : 2011.2 Language : C/C++ Tool : Microsoft Visual C++ 2010 Library & Utilized : OpenCV 2.2 Reference : Interent Refer...
-
This source code based on -> http://feelmare.blogspot.kr/2011/08/two-image-mosaic-paranoma-based-on-sift.html This link page introduces...
-
This is dithering example, it make image like a stippling effect. I referenced to blew website. wiki page: https://en.wikipedia.org/wik...
-
Deep learning flow is like that. Expressed as a formula, It is D(S(Wx+b),L). So It is Multinational logistic classification. ...
-
fig 1. Left: set 4 points (Left Top, Right Top, Right Bottom, Left Bottom), right:warped image to (0,0) (300,0), (300,300), (0,300) Fi...
-
template < int INT> void AAA() { std::cout << "INT = " << INT << std::endl; } How to Call...
-
1. load pre-trained model 2. export onnx 3. load onnx refer to code: . import warnings from torch . jit import TracerWarning warnings . ...
No comments:
Post a Comment