热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Halcon算子之dev_set_lut

Halcon算子之dev_set_lutread_image(Image,mreut)dev_set_lut(inverse)*Fortruecoloronly:dev_d

Halcon算子之dev_set_lut

read_image(Image,'mreut')
dev_set_lut('inverse')
* For true color only:
dev_display(Image)

dev_set_lut (Operator)

Name

dev_set_lut — Set “look-up-table” (lut).

Signature

dev_set_lut( : : LutName : )

Description

dev_set_lut sets the look-up-table of the active graphics window. A look-up-table defines the transformation of a “gray value” from an one-channel-image into a gray value or color on the screen. query_lut lists the names of all look-up-tables.For more information see the description of the operator set_lut. However, in contrast to that operator the new look-up-table is also used for all new graphics windows that are opened afterwards.

Attention

Using the code export feature of HDevelop, the code that is generated for this operator may have a different behavior than the related HALCON operator. For a detailed description of the code export of HDevelop graphics operators into the different programming languages see in the “HDevelop User's Guide” the chapter Code Export -> General Aspects of Code Generation -> Graphics Windows.


推荐阅读
author-avatar
手浪用户2602898067
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有