-
Notifications
You must be signed in to change notification settings - Fork 63
/
DIPDemo.clw
911 lines (842 loc) · 22.1 KB
/
DIPDemo.clw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "DIPDemo.h"
LastPage=0
ClassCount=27
Class1=CDIPDemoApp
Class2=CDIPDemoDoc
Class3=CDIPDemoView
Class4=CMainFrame
ResourceCount=33
Resource1=IDD_DLG_WNDTRAN
Resource2=IDD_DLG_PROJRESTORE
Class5=CChildFrame
Class6=CAboutDlg
Resource3=IDD_DLG_GEORota
Class7=CDlgGeoTran
Resource4=IDD_DLG_Huffman
Class8=CDlgGeoZoom
Resource5=IDR_MAINFRAME
Class9=CDlgGeoRota
Resource6=IDD_DLG_FREQ_IDEALLPF
Class10=CDlgSmooth
Resource7=IDD_DLG_MORPHOpen
Class11=CDlgMidFilter
Resource8=IDD_DLG_Color
Class12=CDlgLinerPara
Resource9=IDD_DLG_MORPHDilation
Class13=CDlgPointWin
Resource10=IDD_FREQ_GAUSSHPF
Class14=CDlgIntensity
Resource11=IDD_DLG_GEOZoom
Class15=CDlgPointStre
Resource12=IDD_ABOUTBOX
Class16=DlgPointThre
Resource13=IDD_EDGE_SOBEL_PREWITT
Class17=CDlgColor
Resource14=IDD_DLG_MORPHClose
Class18=CDlgSharpThre
Resource15=IDD_DLG_Hist
Class19=CDlgHuffman
Resource16=IDD_DLG_Shannon
Class20=CDlgShannon
Resource17=IDD_DLG_GRAYSCAL
Class21=cDlgMorphClose
Resource18=IDD_DLG_PointStre
Resource19=IDD_DLG_GAMMA
Resource20=IDR_DIPDemoTYPE
Class22=CDlgMorphOpen
Class23=cDlgMorphDilation
Class24=cDlgMorphErosion
Resource21=IDD_DLG_MORPHErosion
Class25=CDlgCodeGIF
Resource22=IDD_DLG_LINTRANS
Resource23=IDD_DLG_Smooth
Resource24=IDD_DLG_MidianFilter
Resource25=IDD_DLG_PointThre
Resource26=IDD_DLG_FREQ_GAUSSBRF
Resource27=IDD_DLG_GEOTrans
Resource28=IDD_DLG_LinerPara
Resource29=IDD_DLG_PointWin
Resource30=IDD_HOUGH
Resource31=IDD_DIALOG_LOG
Resource32=IDD_DLG_FREQ_GAUSSLPF
Class26=CDlgProjRestore
Class27=CDlgMorph
Resource33=IDD_DLG_MORPH
[CLS:CDIPDemoApp]
Type=0
HeaderFile=DIPDemo.h
ImplementationFile=DIPDemo.cpp
Filter=N
[CLS:CDIPDemoDoc]
Type=0
HeaderFile=DIPDemoDoc.h
ImplementationFile=DIPDemoDoc.cpp
Filter=N
BaseClass=CDocument
VirtualFilter=DC
LastObject=CDIPDemoDoc
[CLS:CDIPDemoView]
Type=0
HeaderFile=DIPDemoView.h
ImplementationFile=DIPDemoView.cpp
Filter=C
BaseClass=CScrollView
VirtualFilter=VWC
LastObject=CDIPDemoView
[CLS:CMainFrame]
Type=0
HeaderFile=MainFrm.h
ImplementationFile=MainFrm.cpp
Filter=T
BaseClass=CMDIFrameWnd
VirtualFilter=fWC
LastObject=CMainFrame
[CLS:CChildFrame]
Type=0
HeaderFile=ChildFrm.h
ImplementationFile=ChildFrm.cpp
Filter=M
[CLS:CAboutDlg]
Type=0
HeaderFile=DIPDemo.cpp
ImplementationFile=DIPDemo.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=ID_GEOM_TRAN
[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
[MNU:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_FILE_OPEN
Command2=ID_FILE_PRINT_SETUP
Command3=ID_FILE_MRU_FILE1
Command4=ID_APP_EXIT
Command5=ID_VIEW_TOOLBAR
Command6=ID_VIEW_STATUS_BAR
Command7=ID_APP_ABOUT
CommandCount=7
[TB:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_FILE_OPEN
Command2=ID_FILE_SAVE
Command3=ID_EDIT_CUT
Command4=ID_EDIT_COPY
Command5=ID_EDIT_PASTE
Command6=ID_FILE_ROTATE
Command7=ID_APP_ABOUT
CommandCount=7
[MNU:IDR_DIPDemoTYPE]
Type=1
Class=CDIPDemoView
Command1=ID_FILE_OPEN
Command2=ID_FILE_CLOSE
Command3=ID_FILE_SAVE
Command4=ID_FILE_SAVE_AS
Command5=ID_FILE_REOPEN
Command6=ID_FILE_CLEAN
Command7=ID_FILE_REVERSE
Command8=ID_FILE_ROTATE
Command9=ID_FILE_CONVERTGRAY
Command10=ID_FILE_MRU_FILE1
Command11=ID_APP_EXIT
Command12=ID_VIEW_INTENSITY
Command13=ID_POINT_LINER
Command14=ID_POINT_STDLIN
Command15=ID_POINT_LOG
Command16=ID_POINT_GAMMA
Command17=ID_POINT_THRE
Command18=ID_POINT_WIND
Command19=ID_POINT_EQUA
Command20=ID_POINT_HISTST
Command21=ID_GEOM_TRAN
Command22=ID_GEOM_MIRV
Command23=ID_GEOM_MIRH
Command24=ID_GEOM_TRPO
Command25=ID_GEOM_ZOOM
Command26=ID_GEOM_ROTA
Command27=ID_GEOM_CALI
Command28=ID_ENHA_SMOOTH
Command29=ID_ENHA_MidianF
Command30=ID_ENHA_AdaptMidianF
Command31=ID_ENHA_GRADSHARP
Command32=ID_ENHA_SHARP
Command33=ID_ENHA_HIGHENHA
Command34=ID_FREQ_FOUR
Command35=ID_FREQ_IDEALLPF
Command36=ID_FREQ_GAUSSLPF
Command37=ID_FREQ_GAUSSHPF
Command38=ID_FREQ_LAPL
Command39=ID_FREQ_GAUSSBR
Command40=ID_COLOR_CMY2RGB
Command41=ID_COLOR_RGB2HSI
Command42=ID_COLOR_HSI2RGB
Command43=ID_COLOR_RGB2HSV
Command44=ID_COLOR_HSV2RGB
Command45=ID_COLOR_RGB2YUV
Command46=ID_COLOR_YUV2RGB
Command47=ID_COLOR_RGB2YIQ
Command48=ID_COLOR_YIQ2RGB
Command49=ID_MORPH_EROSION
Command50=ID_MORPH_DILATION
Command51=ID_MORPH_OPEN
Command52=ID_MORPH_CLOSE
Command53=ID_MORPH_TRACE
Command54=ID_MORPH_FILLRGN
Command55=ID_MORPH_LABELCONNRGN
Command56=ID_MORPH_THINING
Command57=ID_MORPH_PIXEL
Command58=ID_MORPH_CONVEX
Command59=ID_MORPH_GRAYDILATE
Command60=ID_MORPH_GRAYERODE
Command61=ID_MORPH_GRAYOPEN
Command62=ID_MORPH_GRAYCLOSE
Command63=ID_MORPH_TOPHAT
Command64=ID_EDGE_ROBERT
Command65=ID_EDGE_SOBEL
Command66=ID_EDGE_PREWITT
Command67=ID_EDGE_LOG
Command68=ID_EDGE_CANNY
Command69=ID_EDGE_AUTOTHRE
Command70=ID_EDGE_HOUGH
Command71=ID_EDGE_REGION_GROW
Command72=ID_FEA_GRAYMAT
Command73=ID_REC_TEMPLATE
Command74=ID_VIEW_TOOLBAR
Command75=ID_VIEW_STATUS_BAR
Command76=ID_WINDOW_NEW
Command77=ID_WINDOW_CASCADE
Command78=ID_WINDOW_TILE_HORZ
Command79=ID_WINDOW_ARRANGE
Command80=ID_APP_ABOUT
CommandCount=80
[ACL:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_EDIT_COPY
Command2=ID_FILE_NEW
Command3=ID_FILE_OPEN
Command4=ID_FILE_PRINT
Command5=ID_FILE_REOPEN
Command6=ID_FILE_SAVE
Command7=ID_EDIT_PASTE
Command8=ID_EDIT_UNDO
Command9=ID_EDIT_CUT
Command10=ID_NEXT_PANE
Command11=ID_PREV_PANE
Command12=ID_EDIT_COPY
Command13=ID_EDIT_PASTE
Command14=ID_EDIT_CUT
Command15=ID_EDIT_UNDO
CommandCount=15
[DLG:IDD_DLG_GEOTrans]
Type=1
Class=CDlgGeoTran
ControlCount=7
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT_XOffset,edit,1350631552
Control7=IDC_EDIT_YOffset,edit,1350631552
[CLS:CDlgGeoTran]
Type=0
HeaderFile=DlgGeoTran.h
ImplementationFile=DlgGeoTran.cpp
BaseClass=CDialog
Filter=D
LastObject=CDlgGeoTran
VirtualFilter=dWC
[DLG:IDD_DLG_GEOZoom]
Type=1
Class=CDlgGeoZoom
ControlCount=5
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT_Zoom,edit,1350631552
[CLS:CDlgGeoZoom]
Type=0
HeaderFile=DlgGeoZoom.h
ImplementationFile=DlgGeoZoom.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_EDIT_XZoom
[DLG:IDD_DLG_GEORota]
Type=1
Class=CDlgGeoRota
ControlCount=5
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT_Rotate,edit,1350631552
[CLS:CDlgGeoRota]
Type=0
HeaderFile=DlgGeoRota.h
ImplementationFile=DlgGeoRota.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
[DLG:IDD_DLG_Smooth]
Type=1
Class=CDlgSmooth
ControlCount=42
Control1=IDC_RAD1,button,1342373897
Control2=IDC_RAD2,button,1342242825
Control3=IDC_RAD3,button,1342242825
Control4=IDC_EDIT_TEMPC,edit,1484849152
Control5=IDC_EDIT_TEMPH,edit,1484857345
Control6=IDC_EDIT_TEMPW,edit,1484857345
Control7=IDC_EDIT_MX,edit,1484849281
Control8=IDC_EDIT_MY,edit,1484849281
Control9=IDC_EDIT_V0,edit,1484849153
Control10=IDC_EDIT_V1,edit,1484849153
Control11=IDC_EDIT_V2,edit,1484849153
Control12=IDC_EDIT_V3,edit,1216413697
Control13=IDC_EDIT_V4,edit,1216413697
Control14=IDC_EDIT_V5,edit,1484849153
Control15=IDC_EDIT_V6,edit,1484849153
Control16=IDC_EDIT_V7,edit,1484849153
Control17=IDC_EDIT_V8,edit,1216413697
Control18=IDC_EDIT_V9,edit,1216413697
Control19=IDC_EDIT_V10,edit,1484849153
Control20=IDC_EDIT_V11,edit,1484849153
Control21=IDC_EDIT_V12,edit,1484849153
Control22=IDC_EDIT_V13,edit,1216413697
Control23=IDC_EDIT_V14,edit,1216413697
Control24=IDC_EDIT_V15,edit,1216413697
Control25=IDC_EDIT_V16,edit,1216413697
Control26=IDC_EDIT_V17,edit,1216413697
Control27=IDC_EDIT_V18,edit,1216413697
Control28=IDC_EDIT_V19,edit,1216413697
Control29=IDC_EDIT_V20,edit,1216413697
Control30=IDC_EDIT_V21,edit,1216413697
Control31=IDC_EDIT_V22,edit,1216413697
Control32=IDC_EDIT_V23,edit,1216413697
Control33=IDC_EDIT_V24,edit,1216413697
Control34=IDOK,button,1342242817
Control35=IDCANCEL,button,1342242816
Control36=IDC_STATIC,button,1342177287
Control37=IDC_STATIC,static,1342308352
Control38=IDC_STATIC,static,1342308352
Control39=IDC_STATIC,button,1342177287
Control40=IDC_STATIC,static,1342308352
Control41=IDC_STATIC,static,1342308352
Control42=IDC_STATIC,static,1342308352
[CLS:CDlgSmooth]
Type=0
HeaderFile=DlgSmooth.h
ImplementationFile=DlgSmooth.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_EDIT_TEMPW
VirtualFilter=dWC
[DLG:IDD_DLG_MidianFilter]
Type=1
Class=CDlgMidFilter
ControlCount=15
Control1=IDC_RAD1,button,1342373897
Control2=IDC_RAD2,button,1342242825
Control3=IDC_RAD3,button,1342242825
Control4=IDC_RAD4,button,1342242825
Control5=IDC_EDIT_FH,edit,1484849280
Control6=IDC_EDIT_FW,edit,1484849280
Control7=IDC_EDIT_FMX,edit,1484849280
Control8=IDC_EDIT_FMY,edit,1484849280
Control9=IDOK,button,1342242817
Control10=IDCANCEL,button,1342242816
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
[CLS:CDlgMidFilter]
Type=0
HeaderFile=DlgMidFilter.h
ImplementationFile=DlgMidFilter.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDOK
[DLG:IDD_DLG_LinerPara]
Type=1
Class=CDlgLinerPara
ControlCount=8
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT_A,edit,1350631552
Control7=IDC_EDIT_B,edit,1350631552
Control8=IDC_COORD,static,1342308352
[CLS:CDlgLinerPara]
Type=0
HeaderFile=DlgLinerPara.h
ImplementationFile=DlgLinerPara.cpp
BaseClass=CDialog
Filter=D
LastObject=CDlgLinerPara
VirtualFilter=dWC
[DLG:IDD_DLG_PointWin]
Type=1
Class=CDlgPointWin
ControlCount=8
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT_Low,edit,1350639744
Control7=IDC_EDIT_Up,edit,1350639744
Control8=IDC_COORD,static,1342308352
[CLS:CDlgPointWin]
Type=0
HeaderFile=DlgPointWin.h
ImplementationFile=DlgPointWin.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=CDlgPointWin
[CLS:CDlgIntensity]
Type=0
HeaderFile=DlgIntensity.h
ImplementationFile=DlgIntensity.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_COORD
[DLG:IDD_DLG_PointStre]
Type=1
Class=CDlgPointStre
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT_X1,edit,1350639744
Control7=IDC_EDIT_Y1,edit,1350639744
Control8=IDC_COORD,static,1342308352
Control9=IDC_STATIC,static,1342308352
Control10=IDC_STATIC,static,1342308352
Control11=IDC_EDIT_X2,edit,1350639744
Control12=IDC_EDIT_Y2,edit,1350639744
[CLS:CDlgPointStre]
Type=0
HeaderFile=DlgPointStre.h
ImplementationFile=DlgPointStre.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=CDlgPointStre
[DLG:IDD_DLG_PointThre]
Type=1
Class=DlgPointThre
ControlCount=6
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT_Thre,edit,1350639744
Control6=IDC_COORD,static,1342308352
[CLS:DlgPointThre]
Type=0
HeaderFile=DlgPointThre.h
ImplementationFile=DlgPointThre.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=DlgPointThre
[DLG:IDD_DLG_Color]
Type=1
Class=CDlgColor
ControlCount=3
Control1=IDC_COLOR_LIST,listbox,1352728833
Control2=IDOK,button,1342242817
Control3=IDCANCEL,button,1342242816
[CLS:CDlgColor]
Type=0
HeaderFile=DlgColor.h
ImplementationFile=DlgColor.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDOK
[CLS:CDlgSharpThre]
Type=0
HeaderFile=DlgSharpThre.h
ImplementationFile=DlgSharpThre.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDCANCEL
[DLG:IDD_DLG_Huffman]
Type=1
Class=CDlgHuffman
ControlCount=7
Control1=IDC_LST_Table,SysListView32,1350631425
Control2=IDC_STATIC1,static,1342308352
Control3=IDC_STATIC2,static,1342308352
Control4=IDC_STATIC3,static,1342308352
Control5=IDC_EDIT1,edit,1484849280
Control6=IDC_EDIT2,edit,1484849280
Control7=IDC_EDIT3,edit,1484849280
[CLS:CDlgHuffman]
Type=0
HeaderFile=DlgHuffman.h
ImplementationFile=DlgHuffman.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_STATIC1
[DLG:IDD_DLG_Shannon]
Type=1
Class=CDlgShannon
ControlCount=7
Control1=IDC_LST_Table,SysListView32,1350631425
Control2=IDC_STATIC1,static,1342308352
Control3=IDC_STATIC2,static,1342308352
Control4=IDC_STATIC3,static,1342308352
Control5=IDC_EDIT1,edit,1484849280
Control6=IDC_EDIT2,edit,1484849280
Control7=IDC_EDIT3,edit,1484849280
[CLS:CDlgShannon]
Type=0
HeaderFile=DlgShannon.h
ImplementationFile=DlgShannon.cpp
BaseClass=CDialog
Filter=D
LastObject=CDlgShannon
VirtualFilter=dWC
[DLG:IDD_DLG_MORPHClose]
Type=1
Class=cDlgMorphClose
ControlCount=16
Control1=IDC_STATIC,button,1342177287
Control2=IDC_Hori,button,1342373897
Control3=IDC_Vert,button,1342242825
Control4=IDC_custom,button,1342242825
Control5=IDOK,button,1342242817
Control6=IDCANCEL,button,1342242816
Control7=IDC_STATIC,button,1342177287
Control8=IDC_Structure1,button,1476591625
Control9=IDC_Structure2,button,1476591625
Control10=IDC_Structure3,button,1476591625
Control11=IDC_Structure4,button,1476591625
Control12=IDC_Structure5,button,1476591625
Control13=IDC_Structure6,button,1476591625
Control14=IDC_Structure7,button,1476591625
Control15=IDC_Structure8,button,1476591625
Control16=IDC_Structure9,button,1476591625
[DLG:IDD_DLG_MORPHDilation]
Type=1
Class=cDlgMorphDilation
ControlCount=16
Control1=IDC_STATIC,button,1342177287
Control2=IDC_Hori,button,1342373897
Control3=IDC_Vert,button,1342242825
Control4=IDC_custom,button,1342242825
Control5=IDOK,button,1342242817
Control6=IDCANCEL,button,1342242816
Control7=IDC_STATIC,button,1342177287
Control8=IDC_Structure1,button,1476591625
Control9=IDC_Structure2,button,1476591625
Control10=IDC_Structure3,button,1476591625
Control11=IDC_Structure4,button,1476591625
Control12=IDC_Structure5,button,1476591625
Control13=IDC_Structure6,button,1476591625
Control14=IDC_Structure7,button,1476591625
Control15=IDC_Structure8,button,1476591625
Control16=IDC_Structure9,button,1476591625
[DLG:IDD_DLG_MORPHErosion]
Type=1
Class=cDlgMorphErosion
ControlCount=16
Control1=IDC_STATIC,button,1342177287
Control2=IDC_Hori,button,1342373897
Control3=IDC_Vert,button,1342242825
Control4=IDC_custom,button,1342242825
Control5=IDOK,button,1342242817
Control6=IDCANCEL,button,1342242816
Control7=IDC_STATIC,button,1342177287
Control8=IDC_Structure1,button,1476591625
Control9=IDC_Structure2,button,1476591625
Control10=IDC_Structure3,button,1476591625
Control11=IDC_Structure4,button,1476591625
Control12=IDC_Structure5,button,1476591625
Control13=IDC_Structure6,button,1476591625
Control14=IDC_Structure7,button,1476591625
Control15=IDC_Structure8,button,1476591625
Control16=IDC_Structure9,button,1476591625
[DLG:IDD_DLG_MORPHOpen]
Type=1
Class=CDlgMorphOpen
ControlCount=16
Control1=IDC_STATIC,button,1342177287
Control2=IDC_Hori,button,1342373897
Control3=IDC_Vert,button,1342242825
Control4=IDC_custom,button,1342242825
Control5=IDOK,button,1342242817
Control6=IDCANCEL,button,1342242816
Control7=IDC_STATIC,button,1342177287
Control8=IDC_Structure1,button,1476591625
Control9=IDC_Structure2,button,1476591625
Control10=IDC_Structure3,button,1476591625
Control11=IDC_Structure4,button,1476591625
Control12=IDC_Structure5,button,1476591625
Control13=IDC_Structure6,button,1476591625
Control14=IDC_Structure7,button,1476591625
Control15=IDC_Structure8,button,1476591625
Control16=IDC_Structure9,button,1476591625
[CLS:CDlgMorphOpen]
Type=0
HeaderFile=cDlgMorphOpen.h
ImplementationFile=cDlgMorphOpen.cpp
BaseClass=CDialog
Filter=D
LastObject=CDlgMorphOpen
[CLS:cDlgMorphClose]
Type=0
HeaderFile=cdlgmorphclose.h
ImplementationFile=cdlgmorphclose.cpp
BaseClass=CDialog
LastObject=cDlgMorphClose
[CLS:cDlgMorphDilation]
Type=0
HeaderFile=cDlgMorphDilation.h
ImplementationFile=cDlgMorphDilation.cpp
BaseClass=CDialog
Filter=D
LastObject=cDlgMorphDilation
[CLS:cDlgMorphErosion]
Type=0
HeaderFile=cDlgMorphErosion.h
ImplementationFile=cDlgMorphErosion.cpp
BaseClass=CDialog
Filter=D
LastObject=cDlgMorphErosion
[CLS:CDlgCodeGIF]
Type=0
HeaderFile=DlgCodeGIF.h
ImplementationFile=DlgCodeGIF.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_RADIO1
[DLG:IDD_DLG_Hist]
Type=1
Class=?
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_HIST,static,1342177289
[DLG:IDD_DIALOG_LOG]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
[DLG:IDD_DLG_GAMMA]
Type=1
Class=?
ControlCount=6
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_EDIT1,edit,1350631552
Control6=IDC_EDIT3,edit,1350631552
[DLG:IDD_DLG_WNDTRAN]
Type=1
Class=?
ControlCount=7
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_HIST,static,1342177289
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT1,edit,1350631552
Control7=IDC_EDIT2,edit,1350631552
[DLG:IDD_DLG_LINTRANS]
Type=1
Class=?
ControlCount=10
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_EDIT1,edit,1350631552
Control8=IDC_EDIT3,edit,1350631552
Control9=IDC_EDIT4,edit,1350631552
Control10=IDC_EDIT5,edit,1350631552
[DLG:IDD_DLG_GRAYSCAL]
Type=1
Class=?
ControlCount=10
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_EDIT1,edit,1350631552
Control8=IDC_EDIT3,edit,1350631552
Control9=IDC_EDIT4,edit,1350631552
Control10=IDC_EDIT5,edit,1350631552
[DLG:IDD_DLG_FREQ_IDEALLPF]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
[DLG:IDD_DLG_FREQ_GAUSSLPF]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
[DLG:IDD_FREQ_GAUSSHPF]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
[DLG:IDD_DLG_FREQ_GAUSSBRF]
Type=1
Class=?
ControlCount=7
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_EDIT2,edit,1350631552
[DLG:IDD_EDGE_SOBEL_PREWITT]
Type=1
Class=?
ControlCount=17
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_GROUP,button,1342177287
Control4=IDC_RADIO1,button,1342177289
Control5=IDC_RADIO2,button,1342177289
Control6=IDC_RADIO3,button,1342177289
Control7=IDC_RADIO4,button,1342177289
Control8=IDC_RADIO5,button,1342177289
Control9=IDC_STATIC,static,1342308352
Control10=IDC_EDIT1,edit,1484849280
Control11=IDC_CHECK1,button,1342242819
Control12=IDC_CHECK2,button,1342242819
Control13=IDC_CHECK3,button,1342242819
Control14=IDC_STATIC2,static,1342308352
Control15=IDC_EDIT2,edit,1350631552
Control16=IDC_GROUP1,button,1342177287
Control17=IDC_STATIC1,static,1342308352
[DLG:IDD_HOUGH]
Type=1
Class=?
ControlCount=4
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_EDIT1,edit,1350631552
[DLG:IDD_DLG_PROJRESTORE]
Type=1
Class=CDlgProjRestore
ControlCount=32
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_EDIT_XPT1,edit,1350631552
Control7=IDC_EDIT_XPT2,edit,1350631552
Control8=IDC_EDIT_XPT3,edit,1350631552
Control9=IDC_EDIT_XPT4,edit,1350631552
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_EDIT_XBPT1,edit,1350631552
Control15=IDC_EDIT_XBPT2,edit,1350631552
Control16=IDC_EDIT_XBPT3,edit,1350631552
Control17=IDC_EDIT_XBPT4,edit,1350631552
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDC_STATIC,static,1342308352
Control21=IDC_EDIT_YPT1,edit,1350631552
Control22=IDC_EDIT_YPT2,edit,1350631552
Control23=IDC_EDIT_YPT3,edit,1350631552
Control24=IDC_EDIT_YPT4,edit,1350631552
Control25=IDC_STATIC,static,1342308352
Control26=IDC_STATIC,static,1342308352
Control27=IDC_STATIC,static,1342308352
Control28=IDC_STATIC,static,1342308352
Control29=IDC_EDIT_YBPT1,edit,1350631552
Control30=IDC_EDIT_YBPT2,edit,1350631552
Control31=IDC_EDIT_YBPT3,edit,1350631552
Control32=IDC_EDIT_YBPT4,edit,1350631552
[CLS:CDlgProjRestore]
Type=0
HeaderFile=DlgProjRestore.h
ImplementationFile=DlgProjRestore.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_EDIT_XPT1
VirtualFilter=dWC
[DLG:IDD_DLG_MORPH]
Type=1
Class=CDlgMorph
ControlCount=13
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_EDIT1,edit,1350631552
Control5=IDC_EDIT2,edit,1350631552
Control6=IDC_EDIT3,edit,1350631552
Control7=IDC_EDIT4,edit,1350631552
Control8=IDC_EDIT5,edit,1350631552
Control9=IDC_EDIT6,edit,1350631552
Control10=IDC_EDIT7,edit,1350631552
Control11=IDC_EDIT8,edit,1350631552
Control12=IDC_EDIT9,edit,1350631552
Control13=IDC_STATIC,button,1342177287
[CLS:CDlgMorph]
Type=0
HeaderFile=DlgMorph.h
ImplementationFile=DlgMorph.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_EDIT1