Configuration Properties
C/C++
+ General settings
+ Additional include properties (*.h/*.hpp)
VC++ Directory
+ Library Directories (*.lib)
Linker
+ Additional dependencies (namep.lib nameq.lib namer.lib ... )
Wednesday, November 07, 2012
Sunday, November 04, 2012
Friday, October 26, 2012
Spotify Proxy
Edit/Preferences/Proxy
Change with any proxy from down list, won't forget; you need to log out and then re-login for test, and remove proxy info after logged.
Proxylist:
[1] http://www.xroxy.com/proxylist.php?port=&type=Transparent&ssl=&country=US&latency=&reliability=9000#table
Change with any proxy from down list, won't forget; you need to log out and then re-login for test, and remove proxy info after logged.
Proxylist:
[1] http://www.xroxy.com/proxylist.php?port=&type=Transparent&ssl=&country=US&latency=&reliability=9000#table
HoG (Histogram of Oriented Gradient) Resources
HoG
http://www.vlfeat.org/overview/hog.html
Object Detection
http://class.inrialpes.fr/tutorials/triggs-icvss1.pdf
Exemplars for Object Detection
http://www.cs.cornell.edu/courses/CS7670/2011fa/lectures/noah_exemplar_svm.pdf
http://www.vlfeat.org/overview/hog.html
Object Detection
http://class.inrialpes.fr/tutorials/triggs-icvss1.pdf
Exemplars for Object Detection
http://www.cs.cornell.edu/courses/CS7670/2011fa/lectures/noah_exemplar_svm.pdf
Thursday, October 25, 2012
Distance metrics
References:
[1] http://en.wikipedia.org/wiki/Cosine_similarity
[2] http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html
[3] http://www.cedar.buffalo.edu/~srihari/CSE555/Chap4.Metrics-TangentDistance.pdf
[4] Face verifiation http://www.springerlink.com/content/95143j6058483pnw/fulltext.pdf
[5] Other distance(Weighted Euclidean distance) http://www.econ.upf.edu/~michael/stanford/maeb4.pdf
http://stats.stackexchange.com/questions/15289/when-to-use-weighted-euclidean-distance-and-how-to-determine-the-weights-to-use
[6] Manhattan http://en.wikipedia.org/wiki/Taxicab_geometry
Apuntes de Probabilidad
Tuesday, October 23, 2012
Wednesday, October 17, 2012
Tuesday, October 16, 2012
Monday, October 15, 2012
Thursday, October 11, 2012
Wednesday, October 10, 2012
Linux Partition Recovery Tools
http://www.ext2fsd.com/?page_id=16
http://sourceforge.net/projects/ext2read/
http://www.chrysocome.net/explore2fs (No sirve)
http://www.fs-driver.org/download.html
Recovery ext2 partition from Windows(HD Master) and Slave.
http://www.diskinternals.com/linux-recovery/(????)
http://www.forensicswiki.org/wiki/Tools:Data_Recovery#Carving
http://sourceforge.net/projects/ext2read/
http://www.chrysocome.net/explore2fs (No sirve)
http://www.fs-driver.org/download.html
Recovery ext2 partition from Windows(HD Master) and Slave.
http://www.diskinternals.com/linux-recovery/(????)
http://www.forensicswiki.org/wiki/Tools:Data_Recovery#Carving
Monday, October 08, 2012
OpenCV Visual Studio 2010
http://opencv.willowgarage.com/wiki/VisualC++_VS2010_CMake
Resolve problem dll not found at run
For add dll path, if you are not Adminstrator(alternative to use setx)
rundll32 sysdm.cpl,EditEnvironmentVariables
Sunday, October 07, 2012
Computer Vision Course
HoG Teach
http://www.youtube.com/watch?v=0Zib1YEE4LU
Adaptive HoG (App)
http://www.youtube.com/watch?v=7u4p3yxp2rw&feature=related
MUBARAK SHAH (Source Code)
http://vision.eecs.ucf.edu/faculty/shah.html
Computer Vision Log(Source Code)
http://www.cvpapers.com/rr-changelog.html
Hog Python
http://scikit-image.org/docs/0.6/auto_examples/plot_hog.html
Read for Hog on OpenCV
http://experienceopencv.blogspot.com.br/2011/02/hog-descriptor.html
Catalog
http://www.ifp.illinois.edu/~cao4/reading/patchbib.htm
http://www.youtube.com/watch?v=0Zib1YEE4LU
Adaptive HoG (App)
http://www.youtube.com/watch?v=7u4p3yxp2rw&feature=related
MUBARAK SHAH (Source Code)
http://vision.eecs.ucf.edu/faculty/shah.html
Computer Vision Log(Source Code)
http://www.cvpapers.com/rr-changelog.html
Hog Python
http://scikit-image.org/docs/0.6/auto_examples/plot_hog.html
Read for Hog on OpenCV
http://experienceopencv.blogspot.com.br/2011/02/hog-descriptor.html
Catalog
http://www.ifp.illinois.edu/~cao4/reading/patchbib.htm
Friday, October 05, 2012
Image Descriptors
ASIFT
http://www.ipol.im/pub/demo/my_affine_sift/
Source Code
http://robwhess.github.com/opensift/
Hog (Original)
http://www.openpr.org.cn/index.php/Code-of-Individual-Algorithms/9-Histograms-of-Oriented-Gradients-
HOG-Feature-Extraction/View-details.html
Gallery of Computer Vision
http://blog.sciencenet.cn/blog-722391-569547.html
http://marcosnietoblog.wordpress.com/2012/07/15/source-code-for-sift-orb-fast-and-ffme-for-opencv-c-for-egomotion-estimation/
Thursday, October 04, 2012
Face animation
Video realistic animation
http://web.mit.edu/newsoffice/2002/videoai.html
Face cloning and animation
http://usuarios.fceia.unr.edu.ar/~ferradal/
http://web.mit.edu/newsoffice/2002/videoai.html
Face cloning and animation
http://usuarios.fceia.unr.edu.ar/~ferradal/
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Ubuntu Forware port 80
#!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...