This is a simple example of how pass edge detection in a video using OpenCV. It uses the built-in OpenCV Canny edge detector algorithm. #include…
This is a simple example of how pass edge detection in a video using OpenCV. It uses the built-in OpenCV Canny edge detector algorithm. #include…
humanidade, upload feito originalmente por Silveira Neto.
O Grupo de Usuários Java do Ceará estará realizando no próximo dia 04 de dezembro o CEJUG Tech Day na Fanor. Este ano, precisamente nos…
Here’s a simple video player that also performs facial detection thought the Open Computer Vision Library. Here’s a code developed using codes from nashruddin.com and…
I found this useful tip about how to convert videos to watch on Nokia n800 using Mencoder. mencoder input.ogg -vf scale=400:240 -oac mp3lame -ovc lavc…
Amazing video showing our DNA synthesis as a Turing-machine-like.
Intervozes – Levante sua voz de Pedro Ekman no Vimeo.
Hi guys from Mayflower! Thanks for the free Zend Framework poster. It’s great.
Using reflection to change the accessibility of a private object field and access it at runtime. import java.lang.reflect.Field; class Life { private int meaning =…