MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
๐ก
๐ ANPR (LPR) SDK
๐ญ Persona PhotoBooth
๐งต Realtime Stitching SDK
๐ Contents table
๐ MareArts ➚
๐ฌ MareArts Live ➚
9/30/2013
OpenCV 2.46 and SurfFeatureDetector
If you use SurfFeatureDetector function, you should include "opencv2\nonfree\nonfree.hpp" and "opencv_nonfree246.lib" .
This mean is surf and sift is not free, give the money to use in commercially.
But how to know using this lib or not?
em..
I don't know.
Thank you.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
OpenCV Stitching example (Stitcher class, Panorama)
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
Real-time N camera stitching Class.
As you can see in the following video, I created a class that stitching n cameras in real time. https://www.youtube.com/user/feelmare/sear...
Image warping (using opencv findHomography, warpPerspective)
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...
Meaning of threadIdx, blockIdx, blockDim, gridDim in the cuda (1D)
When we study cuda firstly, thread indexing is very confusing. So I tried to clean up. First, Let's grab a sense of looking at ...
how to merge two csr_matrix, example python source code
let's see the code. .. from scipy.sparse import csr_matrix import numpy as np #first matrix row = np.array([ 0 , 0 , 1 , 2 , 2 ,...
window program compatibility mode is on. turn it off and then try setup again
To install the language pack for vs 2013, it made things worse. The error message "window program compatibility mode is on. turn i...
Python Study, os.path functions
__author__ = 'mare' from os.path import * print( abspath('tmp') ) #/Users/mare/PycharmProjects/OS_system/tmp print( ba...
What is LightGBM?
LightGBM (Light Gradient Boosting Machine) is a gradient boosting framework developed by Microsoft that uses tree-based learning algorithms...
python code to convert heic (Mac image) to jpeg
refer to code: . # pip install pyheif pillow # brew install libheif import os import subprocess input_folder = "./input/path"...
(OpenCV Study) calcOpticalFlowFarneback example source code ( dense optical flow )
refer to this web page -> http://docs.opencv.org/trunk/doc/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.html dense optical f...
No comments:
Post a Comment