-
-
Matlab_imageMatlab.rar
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例
-
-
-
MFC_OwnerDraw_Listbox_demo.zip
... from the control toolbar in the Visual studio 6 just accepts text. But I made three extra features in my listbox which are:
accept graphic icons (.ico) files beside the text.
You can determine the text and the icon positions in the listbox ( ...
-
MateiDemo.zip
... the zip file available to download. The following point called "Copyright text" must always appear verbatim in the source codes and the license text.
There is no warranty about the results obtained using this code. This is a free code ...
-
-
-
RTFEditor.zip
RTF text editor, HTML text editor, web browser, and more...Try it. Note, make sure your printer is turned on before running the application.
RTF文本编辑器,HTML文本编辑器,web浏览器,....
-
TheNewCStandard.rar
... the
library from a number of perspectives. The organization of the material is unusual in that it is based on
the actual text of the published C Standard. The unit of discussion is the individual sentences from the C
Standard (2022 of them).
Readers ...
-
flex.exe.rar
A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison
-