edui / dentalsmile

Automatically exported from code.google.com/p/dentalsmile
0 stars 2 forks source link

Map teeth to Universal Numbering System #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Segmentation result produce teeth ID automatically. However, teeth number 
wasn't mapped correctly based on Universal Numbering System (1 ~ 36).
DentalSmile should be able to change the teeth number manually.

Steps:
- User select a teeth
- in Properties there is a dropdown options to change the teeth number manually
- DentalSmile should handle the changes [affect to ID too] in Geometry
- ToothChart should be update

target looks like http://findersfree.com/health-safety/how-dentists-number-teeth

Original issue reported on code.google.com by edui....@gmail.com on 5 Apr 2013 at 8:23

GoogleCodeExporter commented 9 years ago
ganti label & status :D

Original comment by edui....@gmail.com on 5 Apr 2013 at 8:24

GoogleCodeExporter commented 9 years ago
property mapper - teeth chart - teeth selection -> done. Please verify.

Original comment by edui....@gmail.com on 9 Apr 2013 at 8:49

GoogleCodeExporter commented 9 years ago
link download checkoutnya apa sih?
https://dentalsmile.googlecode.com/svn/trunk/dentalsmile   ?

Original comment by syrn.chr...@gmail.com on 10 Apr 2013 at 4:48

Attachments:

GoogleCodeExporter commented 9 years ago
dia error di line 3
[1] Match mt = Regex.Match(tn, @"teeth\d\d");
[2]            if (mt != null)
[3]                tn = mt.Value.Substring("teeth".Length, 2);

karena mt hasil line 1 itu {}.
any comment? tn atau id nya sih ada nilainya "teeth2.gum_1" <-misalnya

Original comment by syrn.chr...@gmail.com on 10 Apr 2013 at 5:27

GoogleCodeExporter commented 9 years ago
solved. digit gak selalu dua, kadang model consist hanya satu digit aja.
perlu di save ke table gak teeth labelling ini? 

Original comment by syrn.chr...@gmail.com on 10 Apr 2013 at 7:13

GoogleCodeExporter commented 9 years ago
berformat 2digit. kl hasil segmentasi diexport akan menggunakan 2 digit kok.

Original comment by edui....@gmail.com on 11 Apr 2013 at 8:03