Grasshopper

algorithmic modeling for Rhino

Update SpiderWeb to SDK for Grasshopper 0.9.0050 and larger, might not work with a previous version of Grasshopper.

Improvement of the visual graph component's.
Now needs less resolution and delivers a higher precision.
See Visual Graph Sample for more details.

Changes in the GUI of some components.

Views: 539

Replies to This Discussion

Richard,

I am trying to understand the Neighborhood Filter component but without success.  I am trying to produce a neighborhood graph but am not sure if this is possible? Perhaps the most simple question would be about the V input and what should be coming into that.

Thanks for any clarification.

robin dripps

Hallo Robin,

The Idea for the NB-Filter comes from image processing. 

http://en.wikipedia.org/wiki/Median_filter

So the V input needs a value for each vertex of a graph.

If set to average it sums up the values of all neighbouring vertices including the value of the vertex itself and outputs the average for the vertex as new value.

If set to median it collects all values (n), sorts them and outputs the (n/2) item. Here I discovered an error which will be fixed with the next release.(Forgot that counting starts at 0)

I am on Holiday. Will replay next week.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service