1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

updated Manifest.txt, opencv.gemspec to create gem properly

This commit is contained in:
ser1zw 2011-07-03 15:46:15 +09:00
parent aaa0de3810
commit b63d1a9df7
2 changed files with 51 additions and 4 deletions

View file

@ -1,9 +1,15 @@
Gemfile
Gemfile.lock
History.txt
License.txt
Manifest.txt
README.rdoc
Rakefile
extconf.rb
examples/contours/bitmap-contours-with-labels.png
examples/contours/bitmap-contours.png
examples/contours/bounding-box-detect-canny.rb
examples/contours/contour_retrieval_modes.rb
examples/contours/rotated-boxes.jpg
examples/convexhull.rb
examples/face_detect.rb
examples/houghcircle.rb
@ -76,6 +82,10 @@ ext/opencv/cvslice.cpp
ext/opencv/cvslice.h
ext/opencv/cvsparsemat.cpp
ext/opencv/cvsparsemat.h
ext/opencv/cvsurfparams.cpp
ext/opencv/cvsurfparams.h
ext/opencv/cvsurfpoint.cpp
ext/opencv/cvsurfpoint.h
ext/opencv/cvtermcriteria.cpp
ext/opencv/cvtermcriteria.h
ext/opencv/cvtwopoints.cpp
@ -90,6 +100,8 @@ ext/opencv/iplconvkernel.cpp
ext/opencv/iplconvkernel.h
ext/opencv/iplimage.cpp
ext/opencv/iplimage.h
ext/opencv/lib/opencv.rb
ext/opencv/lib/opencv/version.rb
ext/opencv/mouseevent.cpp
ext/opencv/mouseevent.h
ext/opencv/opencv.cpp
@ -102,12 +114,12 @@ ext/opencv/trackbar.cpp
ext/opencv/trackbar.h
ext/opencv/window.cpp
ext/opencv/window.h
extconf.rb
images/CvMat_sobel.png
images/CvMat_sub_rect.png
images/CvSeq_relationmap.png
images/face_detect_from_lena.jpg
ext/opencv/lib/opencv.rb
ext/opencv/lib/opencv/version.rb
opencv.gemspec
setup/setup.cygwin.rb
setup/setup.mingw.rb
setup/setup.mswin32.rb
@ -117,9 +129,20 @@ test/samples/airplane.jpg
test/samples/baboon.jpg
test/samples/baboon200.jpg
test/samples/baboon200_rotated.jpg
test/samples/blank0.jpg
test/samples/blank1.jpg
test/samples/blank2.jpg
test/samples/blank3.jpg
test/samples/blank4.jpg
test/samples/blank5.jpg
test/samples/blank6.jpg
test/samples/blank7.jpg
test/samples/blank8.jpg
test/samples/blank9.jpg
test/samples/cat.jpg
test/samples/contours.jpg
test/samples/fruits.jpg
test/samples/haarcascade_frontalface_alt.xml.gz
test/samples/inpaint-mask.bmp
test/samples/lena-256x256.jpg
test/samples/lena-32x32.jpg
@ -127,18 +150,34 @@ test/samples/lena-eyes.jpg
test/samples/lena-inpaint.jpg
test/samples/lena.jpg
test/samples/lines.jpg
test/samples/messy0.jpg
test/samples/messy1.jpg
test/samples/movie_sample.avi
test/samples/one_way_train_0000.jpg
test/samples/one_way_train_0001.jpg
test/samples/partially_blank0.jpg
test/samples/partially_blank1.jpg
test/samples/smooth0.jpg
test/samples/smooth1.jpg
test/samples/smooth2.jpg
test/samples/smooth3.jpg
test/samples/smooth4.jpg
test/samples/smooth5.jpg
test/samples/smooth6.jpg
test/samples/str-cv-rotated.jpg
test/samples/str-cv.jpg
test/samples/str-ov.jpg
test/samples/stuff.jpg
test/test_curve.rb
test/test_cvavgcomp.rb
test/test_cvbox2d.rb
test/test_cvcapture.rb
test/test_cvchain.rb
test/test_cvcircle32f.rb
test/test_cvconnectedcomp.rb
test/test_cvcontour.rb
test/test_cvfont.rb
test/test_cvhaarclassifiercascade.rb
test/test_cvhumoments.rb
test/test_cvline.rb
test/test_cvmat.rb
@ -154,9 +193,16 @@ test/test_cvscalar.rb
test/test_cvseq.rb
test/test_cvsize.rb
test/test_cvsize2d32f.rb
test/test_cvslice.rb
test/test_cvsurfparams.rb
test/test_cvsurfpoint.rb
test/test_cvtermcriteria.rb
test/test_cvtwopoints.rb
test/test_cvvideowriter.rb
test/test_iplconvkernel.rb
test/test_iplimage.rb
test/test_mouseevent.rb
test/test_opencv.rb
test/test_preliminary.rb
test/test_trackbar.rb
test/test_window.rb

File diff suppressed because one or more lines are too long