GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
simple ball game by colored object motion tracking - image processing opencv javacv
›
DEMO VIDEO: simple ball game by colored object motion tracking - using javacv opencv to detect the path of moving object. This is earliest ...
14 comments:
most Guaranteed job forever - programming
›
Programming is basically guaranteed employment forever ? So, my summary line is rather hyperbolic, but I firmly believe that there is almo...
Object tracking in Java - detect position of colored spot in image
›
Red spot in image - position to be detected later Object Tracking plays important role in Image Processing research projects. In this ex...
13 comments:
JavaCV: Image Thresholding HSV color space
›
JavaCV (OpenCv) example of image thresholding based on color in HSV-A Space - to detect red color spot on given image. Useful in object trac...
6 comments:
Java Sound : audio inputstream from pcm amplitude array
›
In this post, i am going to show the code for creating the AudioInputStream from an PCM - amplitude array. It basically converts the int [] ...
Java Sound : generate play sine wave - source code
›
Working source code example on how to generate and play sine wave in Java : View my previous post for playing any PCM amplitude array. G...
4 comments:
Java Audio : Playing PCM amplitude Array
›
How to play a array of PCM amplitude values (integer or float array) in Java - Steps Basic Steps : //initialize source data line - for pl...
Java extract amplitude array from recorded wave
›
Extract amplitude array from recorded/saved wav : From File , AudioInputStream , ByteArray of File or ByteArrayInputStream - working java so...
4 comments:
Sound (audio file) player in java - working source code example
›
Sound (audio file) player in java - working source code example import java.io.File; import java.io.IOException; import javax.sound...
3 comments:
Java Sound Capture from Microphone working code
›
Sound Capture / Record from Microphone and Save : working java source code example import java.io.ByteArrayInputStream; import java.io...
12 comments:
‹
›
Home
View web version