Message Boards Message Boards

2
|
4094 Views
|
0 Replies
|
2 Total Likes
View groups...
Share
Share this post:

OOP evaluation for image filtering exampled from Wolfram Demonstration

Posted 7 years ago

This project is to illustrate the Mathematica OOP power for the image filtering models using an example from the Wolfram Demonstration Project. In this time, selected example is "Triangular Raster" presented by Machi Zawidzki.

The image filtering may be a field of Mathematica OOP because each filter component can be represented by an instance constructed from the filter component class. For this image filter model, OOP advantage can be found in simple code structure because each filter component is represented by the instance which has local parameters such as component position, size, and the filter function.

In this case, filter is represented with a relatively large number of components as ~2000 or greater, "Mnipulate" function return "$Abort" for initialization, however, your following action such as changing resolustion clears this problem, and your computer memory size is critical for the execution time.

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

Group Abstract Group Abstract