GithubHelp home page GithubHelp logo

zhangxujinsh / asmlib-opencv Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.2 MB

Automatically exported from code.google.com/p/asmlib-opencv

Python 1.21% Shell 0.55% CMake 8.48% QMake 0.43% C++ 88.78% C 0.54%

asmlib-opencv's People

Watchers

 avatar

asmlib-opencv's Issues

Flipping images with imagemagick

What steps will reproduce the problem?
1.download imageMagick
2.uncomment the imageMagick code in the prepare.sh script
3.run prepare.sh

What is the expected output? What do you see instead?
I expect the coordinate files to be updated with the "flipped" coordinate for 
the picture. Not to have the picture flipped (why would that matter?). Why do 
we need to flip the picture?

What version of the product are you using? On what operating system?
All

Please provide any additional information below.
Contact me

Original issue reported on code.google.com by [email protected] on 19 Sep 2012 at 11:03

Headers in */include/opencv2/ are not found at compilation time

What steps will reproduce the problem?
1. An old opencv is installed on the system (on which I don't have admin rules)
2. A recent opencv 2.3.1 is installed locally in $HOME/.local
3. Headers are in $HOME/.local/include/opencv and $HOME/.local/include/opencv2
4. 

What is the expected output? What do you see instead?

The compilator complains: "error: opencv2/core/core_c.h: No such file or 
directory" for many such files since they are included in "cv.h"


What version of the product are you using? On what operating system?
I'm using the svn version on a ubuntu box on which im not admin

Please provide any additional information below.

I can't find a way to add a "-I $HOME/.local/include" instruction since I do 
not know how to use cmake besides basic end-user commands.



Original issue reported on code.google.com by alexis.mignon on 2 Dec 2011 at 2:06

can't download

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Oct 2012 at 3:06

Cannot configure with Cmake on Ubuntu Linux

What steps will reproduce the problem?
1.already done everything on muct.
2.cmake
3.

What is the expected output? What do you see instead?
according to the guide, nothing should be modified to configure with cmake. 
However I saw this.
CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:16 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_core" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:19 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_flann" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:22 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_imgproc" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:25 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_highgui" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:28 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_features2d" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:31 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_calib3d" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:34 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ml" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:37 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_video" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:40 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_legacy" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:43 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_objdetect" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:46 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_photo" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:49 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_gpu" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:52 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ocl" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:55 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_nonfree" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:58 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_contrib" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:61 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_stitching" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:64 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_superres" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:67 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ts" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:70 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_videostab" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  annotation/CMakeLists.txt:4 (FIND_PACKAGE)


Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:16 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_core" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:19 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_flann" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:22 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_imgproc" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:25 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_highgui" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:28 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_features2d" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:31 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_calib3d" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:34 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ml" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:37 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_video" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:40 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_legacy" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:43 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_objdetect" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:46 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_photo" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:49 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_gpu" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:52 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ocl" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:55 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_nonfree" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:58 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_contrib" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:61 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_stitching" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:64 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_superres" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:67 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ts" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:70 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_videostab" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  demo/CMakeLists.txt:2 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:16 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_core" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:19 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_flann" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:22 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_imgproc" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:25 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_highgui" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:28 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_features2d" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:31 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_calib3d" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:34 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ml" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:37 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_video" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:40 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_legacy" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:43 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_objdetect" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:46 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_photo" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:49 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_gpu" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:52 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ocl" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:55 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_nonfree" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:58 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_contrib" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:61 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_stitching" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:64 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_superres" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:67 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_ts" because another
  target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)


CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:70 (ADD_LIBRARY):
  add_library cannot create imported target "opencv_videostab" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/local/share/OpenCV/OpenCVConfig.cmake:44 (include)
  lib/CMakeLists.txt:3 (FIND_PACKAGE)

What version of the product are you using? On what operating system?
The latest version. Ubuntu 12.04 64-bit.

Please provide any additional information below.
I think this is because I have already installed opencv but what should I do?

Original issue reported on code.google.com by [email protected] on 21 Jan 2014 at 2:57

ASM results differ for different face detection results.and different image sizes

What steps will reproduce the problem?
1. run face detector
2. change size of face bounding box
3. rerun asm

What is the expected output? What do you see instead?
I expect to get the same result. But the ASM results are very different and can 
be way out of place. (I found that sometimes for original face detector results 
the ASM is very accurate or unacurate but changing the box will change the asm 
result - sometimes good, sometimes bad)
The ASM is very sensitive to the size of the face binding box.
Why is that and how can we solve that?
Is there an optimal size for images or for the faces in the images?

What version of the product are you using? On what operating system?
the latest one

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Oct 2012 at 2:27

Attachments:

downloadin asmlib

What steps will reproduce the problem?
1.how can i download this asmlib
2.
3.

What is the expected output? What do you see instead?
i need to download this asmlib to integerate it in visual studio through cmake. 
but i can only download the asmlib-demo

What version of the product are you using? On what operating system?
opencv 2.1 on windows 7 with visual studio

Please provide any additional information below.
please help me

Original issue reported on code.google.com by [email protected] on 12 Jul 2013 at 6:39

Reduce number of points

Hello! Very nice library, all the models are working well but I have one 
questions. It could be possible to track only points in the mouth and eyebrows 
for example?? I am not interested in the 76 points and I want to reduce the 
number of points tracked, as I told you for detecting only mouth and eyebrows, 
for example, how can I do that?

Thanks!! :)

What is the expected output? What do you see instead?

Tracking independent gestures

What version of the product are you using? On what operating system?

asmlib-opencv
Open CV 2.4.9 in Mac Yosemite 10.10.2

Original issue reported on code.google.com by [email protected] on 24 Feb 2015 at 5:53

How to use this code for 3d data


1.How can we use this code for 3D data
2.Is there any possibility for reducing no of points
3.how to extract points offline 

I can able to extract the points for 2d image i need how to modifiy for 3D 
image 
please help me out how to do for 3D image 


Original issue reported on code.google.com by [email protected] on 23 Jan 2015 at 7:28

Attachments:

Integrating ASM-Lib on Android

What steps will reproduce the problem?
1.Type ASMModel cant be resolved in the native(jni) jnipart.cpp file in Eclipse
eventhough header file is included.

Do I have to link some additional libraries?


What is the expected output? What do you see instead?
Program cant be run it stops at compilation time

What version of the product are you using? On what operating system?
OpenCV 2.4.3 for Android , Android Jelly Bean 4.1.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 8:56

cannot instal this in MAC

What steps will reproduce the problem?
1. I cannot find the source code 
2.
3.

What is the expected output? What do you see instead?
I expected to find the spurce code and toutorial but I find this link to 
install the code 
http://subversion.apache.org/packages.html

What version of the product are you using? On what operating system?
I am working on MAC 10.6.8 and I already have openCV 2.4.0

Please provide any additional information below.
I would like to find the instuction in install this library im MAC and how to 
use it with new model (not for faces)

Original issue reported on code.google.com by [email protected] on 13 Sep 2012 at 5:14

could not config

What steps will reproduce the problem?
1.just config  it with cmake
2.
3.

What is the expected output? What do you see instead?
demo.exe
Please provide any additional information below.



What version of the product are you using? On what operating system?
CMake Error at CMakeLists.txt:3 (FIND_PACKAGE):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenCV", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.


Original issue reported on code.google.com by [email protected] on 1 Jul 2013 at 8:55

can't download

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Oct 2012 at 3:06

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.