Rank: 1 based on 5772 downloads (last 30 days) and 67 files submitted
photo

Dirk-Jan Kroon

E-mail
Company/University
Focal Machine Vision en Optical Systems

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Dirk-Jan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Jul 2012 Matrix Inverse using LU factorization Example code LU decomposition with partial pivoting, also forward substitution, and Matrix inverse. Author: Dirk-Jan Kroon inverse, matrix inverse, lu decomposition, lu factorization, pivoting, lu 34 0
26 Jun 2012 Screenshot Polygon2Voxel Convert a triangulated mesh into a voxel volume Author: Dirk-Jan Kroon mesh, voxel volume, polygons, triangles, triangulated, voxels 31 12
  • 5.0
5.0 | 6 ratings
13 Jun 2012 Tiff Tag Reader A one file implementation of Tag-reader for complex Tiff files. Author: Dirk-Jan Kroon tiff, tif, tag, header, image file directory, ifd 12 0
14 May 2012 Screenshot Corresponding Points through MDL Minimum Description Length optimization of PCA model for 2D/3D ASM model building Author: Dirk-Jan Kroon mdl, minimum description l..., pca, principal, component, analysis 32 1
  • 4.0
4.0 | 1 rating
26 Jan 2012 Screenshot Active Shape Model (ASM) and Active Appearance Model (AAM) Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition Author: Dirk-Jan Kroon 2d, active appearance mod..., active shape model, active shape, faces, pca 384 69
  • 4.58333
4.6 | 25 ratings
Comments and Ratings by Dirk-Jan View all
Updated File Comments Rating
11 Oct 2012 Web Server HTTP Matlab Web Server, allows m-files to be executed in a browser Author: Dirk-Jan Kroon

*Filipe S.
A Matlab GUI/Figure is user-interface thus client-side, this is a webserver thus server-side.
The only way to do client-side things like showing a GUI, is manually coding the GUI in javascript, html and css

31 May 2012 Biggest Connected Component This program is an example for image processing in order to obtain the biggest connected component Author: Gholamreza (Shahab) Anbarjafari

Can be done in 3 lines, without for loops with bwlabel, hist (or accumarray) and max

24 Apr 2012 Shape Context Based Corresponding Point Models Shape Context based nonrigid registration of 2D/3D objects, to build Active Shape Models Author: Dirk-Jan Kroon

*Birgit
Knnsearch is part of the "Statistics Toolbox" of Matlab. Maybe you can find a similar but free implementation on the File Exchange

19 Dec 2011 Polygon2Voxel Convert a triangulated mesh into a voxel volume Author: Dirk-Jan Kroon

*leo,
Only integer volume sizes are supported

24 Oct 2011 Kinect Microsoft SDK Video, Audio, Depth Stream and Skeleton tracking Author: Dirk-Jan Kroon

*Tim

The x,y coordinates are aligned with the depth image, which is twice as small as the video-stream. Thus this code : x=(Pos(1:20,5)-0.5)*2; transfers the coordinates from depth to photo image.
But this is only true if the depth image and photo image are aligned, and I don't know if that is always true.

Comments and Ratings on Dirk-Jan's Files View all
Updated File Comment by Comments Rating
29 Apr 2013 Read Medical Data 3D GUI to open most Medical file-formats: Dicom, V3D, ISI, NifTI, Analyze and other formats Author: Dirk-Jan Kroon Law, Max W.K.

I like this piece of tool. However, is it possible to take out the GUI? I have like 500 files need to be loaded and processed, and written the processed data back to the drive.

It takes about 30mins to finish one volume. I want everything to be automated so that my computer can work over weekend.

23 Apr 2013 Region Growing Segmentation by growing a region from seed point using intensity mean measure Author: Dirk-Jan Kroon lin

well good!

18 Apr 2013 Viola Jones Object Detection Viola Jones Object detection using OpenCV trained classifiers Author: Dirk-Jan Kroon rana

hi, this code worked fine for me.. could i use it for a real time detection .. in a video sequence ?

17 Apr 2013 maxNumCompThreads Replacement Returns the number of available CPU cores Author: Dirk-Jan Kroon Fink, Michael

We need to control the number of threads in a large multiprocessor multiuser system.

08 Apr 2013 Viola Jones Object Detection Viola Jones Object detection using OpenCV trained classifiers Author: Dirk-Jan Kroon Junxuan

Hi,
Nice code. Could you tell me how I can modify it to detect vehicles?
manumavs@hotmail.com

Top Tags Applied by Dirk-Jan
3d, 2d, image, patch, vertices
Files Tagged by Dirk-Jan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Jul 2012 Matrix Inverse using LU factorization Example code LU decomposition with partial pivoting, also forward substitution, and Matrix inverse. Author: Dirk-Jan Kroon inverse, matrix inverse, lu decomposition, lu factorization, pivoting, lu 34 0
26 Jun 2012 Screenshot Polygon2Voxel Convert a triangulated mesh into a voxel volume Author: Dirk-Jan Kroon mesh, voxel volume, polygons, triangles, triangulated, voxels 31 12
  • 5.0
5.0 | 6 ratings
13 Jun 2012 Tiff Tag Reader A one file implementation of Tag-reader for complex Tiff files. Author: Dirk-Jan Kroon tiff, tif, tag, header, image file directory, ifd 12 0
14 May 2012 Screenshot Corresponding Points through MDL Minimum Description Length optimization of PCA model for 2D/3D ASM model building Author: Dirk-Jan Kroon mdl, minimum description l..., pca, principal, component, analysis 32 1
  • 4.0
4.0 | 1 rating
26 Jan 2012 Screenshot Active Shape Model (ASM) and Active Appearance Model (AAM) Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition Author: Dirk-Jan Kroon 2d, active appearance mod..., active shape model, active shape, faces, pca 384 69
  • 4.58333
4.6 | 25 ratings

Contact us