Rank: 686 based on 139 downloads (last 30 days) and 5 files submitted
photo

Anton Semechko

E-mail
Company/University
University of Toronto
Lat/Long
43.6615, -79.395

Personal Profile:

PhD student

Professional Interests:
Signal/medical image processing, computational anatomy and biomechanics

 

Watch this Author's files

 

Files Posted by Anton View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 May 2013 Screenshot Uniform Sampling of a Sphere Create an approximately uniform triangular tessellation of a unit sphere Author: Anton Semechko thomson problem, particle system, uniform sampling of a..., subdivision, triangular quadrisect..., optimization 54 3
  • 5.0
5.0 | 1 rating
04 Oct 2012 Screenshot Belousov-Zhabotinsky reaction on 2-manifold Design a texture for a triangular surface mesh by simulating a Belousov-Zhabotinsky reaction Author: Anton Semechko reactiondiffusion, texture, belousovzhabotinsky r..., nonlinear system, emergent behaviour, simulation 8 0
29 Jan 2012 Screenshot Nonlinear Relaxation Labeling for Image Processing Improve spatial coherence of a 2D monochromatic/multispectral image using probabilistic relaxation Author: Anton Semechko nonlinear relaxation ..., relaxation labeling, relaxation labelling, probabilistic relaxat..., image segmentation, image regularization 33 2
23 Jan 2012 Screenshot Decimate Polygon Simplify a 2D closed, piecewise linear contour by specifying boundary offset tolerance. Author: Anton Semechko polygon simplificatio..., polygon decimation, image processing, simplify polygon 15 8
  • 5.0
5.0 | 2 ratings
07 Jan 2010 Screenshot EXACT HISTOGRAM SPECIFICATION/EQUALIZATION Exact histogram specification/equalization for 2-D monochromatic images. Author: Anton Semechko exact histogram match..., contrast enhancement, histogram matching, histogram specificati..., exact histogram equal..., histogram equalizatio... 29 3
  • 4.66667
4.7 | 3 ratings
Comments and Ratings by Anton View all
Updated File Comments Rating
23 May 2013 Uniform Sampling of a Sphere Create an approximately uniform triangular tessellation of a unit sphere Author: Anton Semechko

@ Alec, thank you for pointing that out. I just resubmitted an updated version of RandSampleSphere function that does indeed produce stratified sampling of the unit sphere. It should appear shortly.

12 May 2013 2D/3D image segmentation toolbox 2D/3D image segmentation using level-set based active contour/surface with AOS scheme Author: Yan Zhang

Incredible work! Thank you very much for making this available!

25 Apr 2013 Short Time Fourier Transform Script for computing the short time Fourier transform of 1D signals. Author: Hafeez Dhalla

This is a pretty sloppy implementation of short-time FT. There are no default settings provided and the function throws an error if you specify a column vector instead of a row vector as a your input signal.

23 Apr 2013 Grid of points within a polygon This function generates an array of points that lie within a given polygon Author: Sulimon Sattari

you should consider incorporating the sampling density parameter (i.e. number of nodes per unit area of the polygon) into your function to actually make it useful

23 Apr 2013 Grid of points within a polygon This function generates an array of points that lie within a given polygon Author: Sulimon Sattari

Thanks for clearing that up. Just so you know, your implementation could be substantially improved. For example, you don't have to loop through the individual points to determine if they are inside a polygon. The 'inpolygon' function that you are currently using, will accept a list of points and will return a logical array that could be used to index the points that fall inside the polygon.

Comments and Ratings on Anton's Files View all
Updated File Comment by Comments Rating
23 May 2013 Uniform Sampling of a Sphere Create an approximately uniform triangular tessellation of a unit sphere Author: Anton Semechko Semechko, Anton

@ Alec, thank you for pointing that out. I just resubmitted an updated version of RandSampleSphere function that does indeed produce stratified sampling of the unit sphere. It should appear shortly.

20 May 2013 Uniform Sampling of a Sphere Create an approximately uniform triangular tessellation of a unit sphere Author: Anton Semechko Alec

Thanks for sharing your code.

One note. The "stratified" option in RandSampleSphere is not really stratified. In fact it is the same as the "uniform" option: a uniform sampling following "Spherical Sampling by Archimedes’ Theorem" [Shao & Badler 96]

28 Jan 2013 Decimate Polygon Simplify a 2D closed, piecewise linear contour by specifying boundary offset tolerance. Author: Anton Semechko Karlsson, Mattias

Great function. It's nice that it is self contained too.

29 Sep 2012 Nonlinear Relaxation Labeling for Image Processing Improve spatial coherence of a 2D monochromatic/multispectral image using probabilistic relaxation Author: Anton Semechko Semechko, Anton

A possible cause of your error is that you are using an older version Matlab, which does not recognize the meaning of the '~' placeholder.

27 Sep 2012 Nonlinear Relaxation Labeling for Image Processing Improve spatial coherence of a 2D monochromatic/multispectral image using probabilistic relaxation Author: Anton Semechko Amma

Hi I am having following error while running the code:

??? Error: File: RelaxLabel2D.m Line: 112 Column: 7
Expression or statement is incorrect--possibly unbalanced (, {, or [.

Line 112 of RelaxLabel2D.m is as follows:
[~,L]=max(A,[],3);

Kindly advise

Top Tags Applied by Anton
image processing, uniform sampling of a sphere, belousovzhabotinsky reaction, contrast enhancement, demo
Files Tagged by Anton View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 May 2013 Screenshot Uniform Sampling of a Sphere Create an approximately uniform triangular tessellation of a unit sphere Author: Anton Semechko thomson problem, particle system, uniform sampling of a..., subdivision, triangular quadrisect..., optimization 54 3
  • 5.0
5.0 | 1 rating
04 Oct 2012 Screenshot Belousov-Zhabotinsky reaction on 2-manifold Design a texture for a triangular surface mesh by simulating a Belousov-Zhabotinsky reaction Author: Anton Semechko reactiondiffusion, texture, belousovzhabotinsky r..., nonlinear system, emergent behaviour, simulation 8 0
29 Jan 2012 Screenshot Nonlinear Relaxation Labeling for Image Processing Improve spatial coherence of a 2D monochromatic/multispectral image using probabilistic relaxation Author: Anton Semechko nonlinear relaxation ..., relaxation labeling, relaxation labelling, probabilistic relaxat..., image segmentation, image regularization 33 2
23 Jan 2012 Screenshot Decimate Polygon Simplify a 2D closed, piecewise linear contour by specifying boundary offset tolerance. Author: Anton Semechko polygon simplificatio..., polygon decimation, image processing, simplify polygon 15 8
  • 5.0
5.0 | 2 ratings
07 Jan 2010 Screenshot EXACT HISTOGRAM SPECIFICATION/EQUALIZATION Exact histogram specification/equalization for 2-D monochromatic images. Author: Anton Semechko exact histogram match..., contrast enhancement, histogram matching, histogram specificati..., exact histogram equal..., histogram equalizatio... 29 3
  • 4.66667
4.7 | 3 ratings

Contact us