User Activity

  • Posted a comment on discussion General Discussion on OpenIMAJ

    Hi, I use XuggleVideo to open an MP4 container with an H.265 codec video. This gives me error message: Exception in thread "main" java.lang.IllegalArgumentException: invalid video frame size [0 x 0] I don't get this with H.264 codec. Does that mean H.265 is not supported? R.

  • Posted a comment on discussion General Discussion on OpenIMAJ

    Instead I tried another initialization for SandeepFaceDetector: public static MBFImage Sandeep(MBFImage frame) { FaceDetector<CCDetectedFace,MBFImage> fd = new SandeepFaceDetector(); List<CCDetectedFace> faces = fd.detectFaces(frame); String text = "SD "; if (faces.size() == 0) text += "X "; else SD_count++; text += Integer.toString(SD_count); frame.drawText(text, 5, 125, HersheyFont.TIMES_BOLD, 25, RGBColour.BLUE); for( CCDetectedFace face : faces ) { frame.drawShape(face.getBounds(), 3, RGBColour.BLUE);...

  • Modified a comment on discussion General Discussion on OpenIMAJ

    I suppose 1.3.6 should be up and working by now. When I use it, Eclipse complains about errors after I imported the standard "Hello World" quick start. I followed the updated instructions from the Tutorial. In Eclipse, the project listing in the left panel has that small error marker attached to the pom.xml file. When I run the "Hello World" App.java code, the error message is: "Error: Could not find or load main class XYZ.App" where XYZ is the GroupID I typed, when creating maven. 1.3.5 does not...

  • Modified a comment on discussion General Discussion on OpenIMAJ

    I suppose 1.3.6 should be up and working by now. When I use it, Eclipse complains about errors after I imported the standard "Hello World" quick start. I followed the updated instructions from the Tutorial. In Eclipse, the project listing in the left panel has that small error marker attached to the pom.xml file. When I run the "Hello World" App.java code, the error message is: "Error: Could not find or load main class XYZ.App" where XYZ is the GroupID I typed, when creating maven. 1.3.5 does have...

  • Posted a comment on discussion General Discussion on OpenIMAJ

    Hello, Meanwhile I'm getting more and more impressed with the capabilities of OpenImaj! I now have written a java script that calls functions that implement the Haar, FKE, and CLM face detectors to draw the bounds of each as a comparison, and write the result to an output movie. That works great! Then I wanted to add the Sandeep Face Detector, but that does not work as expected. Here is how I wrote the Sandeep function: public static MBFImage Sandeep(MBFImage frame) { SandeepFaceDetector fd = new...

  • Modified a comment on discussion General Discussion on OpenIMAJ

    Hi, I'm trying Tutorial chapter 9 about FFT. The example code suggestion is this: final AudioWaveform vis = new AudioWaveform( 400, 400 ); vis.showWindow( "Waveform" ); final XuggleAudio xa = new XuggleAudio( new URL( "http://www.audiocheck.net/download.php?" + "filename=Audio/audiocheck.net_sweep20-20klin.wav" ) ); FourierTransform fft = new FourierTransform( xa ); SampleChunk sc; while( (sc = fft.nextSampleChunk()) != null ) { float[][] fftData = fft.getMagnitudes(); vis.setData( fftData[0] );...

  • Modified a comment on discussion General Discussion on OpenIMAJ

    Hi, I'm trying Tutorial chapter 9 about FFT. The example code suggestion is this: final AudioWaveform vis = new AudioWaveform( 400, 400 ); vis.showWindow( "Waveform" ); final XuggleAudio xa = new XuggleAudio( new URL( "http://www.audiocheck.net/download.php?" + "filename=Audio/audiocheck.net_sweep20-20klin.wav" ) ); FourierTransform fft = new FourierTransform( xa ); SampleChunk sc; while( (sc = fft.nextSampleChunk()) != null ) { float[][] fftData = fft.getMagnitudes(); vis.setData( fftData[0] );...

  • Posted a comment on discussion General Discussion on OpenIMAJ

    Hi, I'm trying Tutorial chapter 9 about FFT. The example code suggestion is this: final AudioWaveform vis = new AudioWaveform( 400, 400 ); vis.showWindow( "Waveform" ); final XuggleAudio xa = new XuggleAudio( new URL( "http://www.audiocheck.net/download.php?" + "filename=Audio/audiocheck.net_sweep20-20klin.wav" ) ); FourierTransform fft = new FourierTransform( xa ); SampleChunk sc; while( (sc = fft.nextSampleChunk()) != null ) { float[][] fftData = fft.getMagnitudes(); vis.setData( fftData[0] );...

View All

Personal Data

Username:
refusespam
Joined:
2009-12-11 03:42:49

Projects

  • No projects to display.

Personal Tools