搜索结果
找到约 9 项符合
Lookup 的查询结果
按分类筛选
软件设计/软件工程 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = mak
附录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
功
举例 ...
软件设计/软件工程 在二进制图像中利用lookup 表进行边沿操作
在二进制图像中利用lookup 表进行边沿操作
matlab例程 Lookup a chemical element based on Symbol, name, or atomic number
Lookup a chemical element based on Symbol, name, or atomic number
电子书籍 讨论路由中的lookup及packet classification
讨论路由中的lookup及packet classification
加密解密 CRC via table lookup
CRC via table lookup
人物传记/成功经验 Some diploma, about video lookup
Some diploma, about video lookup
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
多国语言处理 Implement a phone book system for employees of a company. Your program will output the following me
Implement a phone book system for employees of a company.
Your program will output the following menu
(1) Enter an employee and a phone pair to the system
(2) Lookup an employee s phone number
(3) Find out who is/are the person(s) of a given number
(4) How many people are currently in the system
(5) ...
Internet/网络编程 nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS l
nslookup - *nix simple nslookup clone for the Win32 platform (Console Application)
/// Does A DNS lookup by Host Name or IP. Host Name lookups can return
/// multiple IP Ranges.