1,160 reputation
1517
bio website nny.edu.tr/…
location Turkey
age 33
visits member for 1 year, 2 months
seen 42 mins ago
stats profile views 71

I like matheamatica.


Dec
29
comment Image Processing: Finding Orientation and Position of Symmetry Axes
The code above was just a small bit of the total process. 1. Perform a gradient operation on the image; 2. Obtain the gradient orientation histogram; 3. Search for the convolution peaks of the gradient orientation histogram by using the Fourier transform to obtain the orientations of symmetry axes; 4. Obtain sub-angular positional accuracy by fitting a parabola function, and finding the peak position analytically; 5. Perform symmetry check or evaluation about the obtained symmetry axes; 6. Obtain the position of this symmetry axis by using the center of mass of the object; and draw axes.
Dec
29
revised Image Processing: Finding Orientation and Position of Symmetry Axes
deleted 210 characters in body
Dec
29
comment Image Processing: Finding Orientation and Position of Symmetry Axes
In fact this question meant to be a toy example for image processing but turns out to be a drop in the ocean.
Dec
29
comment Image Processing: Finding Orientation and Position of Symmetry Axes
Great answer thank you for your efforts.
Dec
29
revised Image Processing: Finding Orientation and Position of Symmetry Axes
added 1476 characters in body
Dec
29
asked Image Processing: Finding Orientation and Position of Symmetry Axes
Dec
25
comment Mathematica does not export Turkish characters in a Graphics expression
Did you try SystemOpen[DirectoryName[AbsoluteFileName["turkce2.pdf"]]] to locate file? Because, I can create this file in my system without a problem.
Dec
25
suggested suggested edit on Sound data Import Export
Dec
25
awarded  Self-Learner
Dec
25
comment Mathematica does not export Turkish characters in a Graphics expression
Mathematica v9.0, windows 7 64bit english version - with tr config works too. Is your OS Turkish Windows? If so it may change the fonts... Some fonts does not support Turkish properly...
Dec
19
awarded  Suffrage
Dec
19
awarded  Vox Populi
Dec
19
awarded  Custodian
Dec
19
reviewed No Action Needed Evaluating a Recursive Expression
Dec
17
comment Combining 3 graphics of different coordinate systems
rr = Join[{0}, Table[t /. FindRoot[D[y[t], t] == 0, {t, ar[[k]]}], {k, 1, Length[ar]}], {7}] (Real roots y'[t]); this line gives many errors. Could you check ?
Dec
15
comment How to determine the center and radius of a circle given three points in 3D?
Mainly yes. In the 4th formula says"If the number of points in n-dimensions is less than or equal to n, then we can find infinite number of n-dimensional hypersphere"
Dec
15
answered How to determine the center and radius of a circle given three points in 3D?
Dec
12
answered Any ideas on how GeneralMiniMaxApproximation is implemented?
Dec
11
answered Standard deck of 52 playing cards in curated data?
Dec
5
comment TextCell going awry due to ImageResolution (in Mathematica 7)
How about increasing the image resolution and setting image size in export rather than using default values.