Group Abstract Group Abstract

Message Boards Message Boards

0
|
9.4K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

A very large output was generated here is a sample of it...

Posted 12 years ago
POSTED BY: RJ Joshi
3 Replies

It is somewhat difficult to debug your example without installing the mathvisiontools package. However, since you mention edge detection, you may wan to explore the many image processing functions that are part of Mathematica. For example:

http://reference.wolfram.com/mathematica/ref/EdgeDetect.html

And part of your example might go like this:

image = Image[
   Table[If[x^2 + y^2 < 7000, 100, 0], {x, -128, 127}, {y, -128,  127}]];

EdgeDetect[image]

Which yields

enter image description here

POSTED BY: David Reiss

What is RasterPlot ? What is gDc ?

POSTED BY: Nasser M. Abbasi
Posted 12 years ago

These are functions from a specific library:http://www.mathvisiontools.net/

POSTED BY: RJ Joshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard