1,127 reputation
1417
bio website nny.edu.tr/…
location Turkey
age 33
visits member for 1 year, 1 month
seen 19 mins ago
stats profile views 68

I like matheamatica.


Feb
18
comment Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Could you explain what k1, v and h is used for ? And do you think it is possible to separate living room and kitchen as components too. Because it has also sort of separator between them.
Feb
18
comment Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Graphics[Line@lin, PlotRange -> ImageDimensions[i1] /. {x_, y_} -> {{1, x}, {1, y}}] this pace of code is quite useful. If one needs to find the openings of buildings such as doors and windows, ect. It can also be used for adjacency of rooms.
Feb
18
awarded  Good Question
Feb
18
comment Edges and crossing
vertex a1 is used at edge a1-12 and edge a1-12. I want to count edge a1-12 and edge a1-12 with other edges intersections.
Feb
18
comment Edges and crossing
Nice work... Is there an easy way to count intersecting edges(a1-a2 and a1-a12 ) of lets say vertex a1 (as in below left figure)?
Feb
15
accepted Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Feb
14
comment Is it possible to do vector calculus in Mathematica?
You can format the outputs as different forms. As InputForm, FullForm, OutputForm or TeXForm , ect.
Feb
13
revised Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
added 474 characters in body
Feb
13
comment Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Thank you for putting a lot of thinking and effort! Thinning the walls might help improving it fit the rectangles. If you look at the bed rooms they are over divided. See my edit to Question.
Feb
13
awarded  Nice Question
Feb
13
comment Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
I don't need exact solutions so they can rough n.p. Because the drawings are abstraction of real buildings and such representations you can tolerate that much of information. Edit the Q. as well.
Feb
13
revised Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
improved question
Feb
13
comment Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Whats been left from the rectangles can be called circulation areas, corridors or an other function name... alternatively they could added to living room or any other near function. The solution image is sort of what I need.
Feb
13
asked Image processing: Floor plan - detecting rooms' borders (area) and room names' texts
Feb
12
comment Exporting 2D graphics to DXF
In Autocad Rectangle is formed by Closed Polyline and not filled. During the conversion some things may not fit. So, you can try in Mathematica to form Polygon filled instead of rectangle. That may map to Region or solid 2d in autocad. Don't know how it's been mapped.
Feb
11
comment Most efficient way to output a cycle starting from an unordered list of graph vertices
you can check the link about Ordering vertices in GraphPlot mathematica.stackexchange.com/questions/10755/…
Feb
8
comment Creating a simulation of our Solar System
you might find this useful. Did you check Solar System Dynamics by Carl D. Murray and Stanley F. Dermott. Mathematica nb, movies and some explanations available.
Feb
8
comment Specific initial sample points for 3D plots
How about using mesh with subdivision and MaxRecursion > 0 for 3d ones. As mentioned, I thing there are too much points...
Jan
23
revised Function Nodal2`NodalNetwork is not evaluating
edited code
Jan
23
suggested suggested edit on Function Nodal2`NodalNetwork is not evaluating