当前位置:网站首页>VTK:Could not locate vtkTextRenderer object.
VTK:Could not locate vtkTextRenderer object.
2022-07-31 05:15:00 【龙虾在剥我的壳】
VTK修炼笔记—报错: Could not locate vtkTextRenderer object.
一.问题描述
当我在进行图片处理时,需要获取图片像素位置。运行项目,发现只有图片,没有相关文字信息,并且报了以下错误:Could not locate vtkTextRenderer object.

此时图中并没有我想要的像素地址。
二、解决思路
根据报的错误分析,此问题并不是代码类、语法或者逻辑上的问题,而是缺少了东西,查了资料并思考了一下应该是缺失一些初始化的头文件而导致的错误,需要在main函数中先添加初始化头文件。
三、解决方案
在头文件加入:
#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingFreeType)

成功解决!
今天开始,我会把VTK学习道路上遇到的一些有趣、有意义的东西记录下来,和各位交流学习,如有错误,欢迎各位大佬批评指正!
边栏推荐
- MySQL高级学习笔记
- 通信原理——纠错编码 | 汉明码(海明码)手算详解
- 使用ps | egrep时过滤排除掉egrep自身
- Attribute Changer的几种形态
- NFTs: The Heart of Digital Ownership
- Xiaomi mobile phone SMS location service activation failed
- [Cloud native] Open source data analysis SPL easily copes with T+0
- 微信小程序源码获取与反编译方式
- Understanding of objects and functions in js
- MySQL分页查询的5种方法
猜你喜欢

MySQL高级语句(一)

小米手机短信定位服务激活失败

GUCCI, LV and other luxury giant universe how to layout yuan, other brands should keep up with?

MySQL-如何分库分表?一看就懂

flutter arr 依赖
![[Cloud native] Simple introduction and use of microservice Nacos](/img/06/b0594208d5b0cbf3ae8edd80ec12c4.png)
[Cloud native] Simple introduction and use of microservice Nacos

【云原生】SQL(及存储过程)跑得太慢怎么办?
![[swagger close] The production environment closes the swagger method](/img/43/17be22626ba152b33beaf03f92fbec.png)
[swagger close] The production environment closes the swagger method

UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装

flutter 混合开发 module 依赖
随机推荐
flutter 混合开发 module 依赖
场效应管 | N-mos内部结构详解
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
Attribute Changer的几种形态
纯shell实现文本替换
Powershell中UTF-8环境中文乱码解决办法
this points to the problem
For penetration testing methods where the output point is a timestamp (take Oracle database as an example)
360 加固 file path not exists.
"limit" query in Oracle database
MySql to create data tables
function in js
cocos2d-x-3.x 修改和纪录
为什么bash中的read要配合while才能读取/dev/stdin的内容
网页截图与反向代理
VS2017连接MYSQL
【云原生】微服务Nacos的简单介绍与使用
How MySQL - depots table?A look at will understand
小米手机短信定位服务激活失败
微信小程序启动优化