附录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 功 举例
标签: applylut lut MATLAB Lookup
上传时间: 2015-09-08
上传用户:gundamwzc
在二进制图像中利用Lookup 表进行边沿操作
上传时间: 2015-12-13
上传用户:qq521
Lookup a chemical element based on Symbol, name, or atomic number
标签: chemical element Lookup Symbol
上传时间: 2013-12-12
上传用户:TRIFCT
讨论路由中的Lookup及packet classification
标签: classification Lookup packet 路由
上传时间: 2017-07-28
上传用户:离殇
CRC via table Lookup
上传时间: 2014-08-04
上传用户:caozhizhi
Some diploma, about video Lookup
标签: diploma Lookup about video
上传时间: 2014-01-09
上传用户:牛津鞋
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 library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and Lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.
标签: recordsets container library ODBC
上传时间: 2015-10-11
上传用户:xlcky
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) Delete an employee from the system (6) Output all employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When
标签: Implement employees following company
上传时间: 2013-12-17
上传用户:zhangliming420
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.
标签: nsLookup Application platform Console
上传时间: 2014-01-09
上传用户:思琦琦