TestComplete 中的 3D 图像比较
如何在 testcomplete 中比较 3D 图像文件。我的应用程序处理一些 3D 图像,我希望将其与参考图像进行比较。图像文件类型为 .spt、.vtk、.mdb、.dcm。 有人帮助我。
HOw ot compare 3D image files in testcomplete. My application processes some 3D images i want it to be compared with the reference. Image file types are .spt, .vtk, .mdb ,.dcm.
Someone help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用检查点来实现此目的。例如:
要验证屏幕上显示的图像,请使用区域检查点。
要验证保存图像数据的实际文件,请使用文件检查点。
You can probably use checkpoints for this purpose. For example:
To verify an image displayed on screen, use a region checkpoint.
To verify the actual file that holds the image data, use a file checkpoint.
好吧,对于 DICOM 图像,您可以考虑将它们转换为位图,并让 TestComplete 比较位图。必须承认,您还需要注意一个额外的步骤,即选择一个为您执行转换的(命令行)工具。我认为 IrfanView 可以胜任这项工作。尝试一下并发布您的结果。
Well, for DICOM images you could think about converting those into bitmaps and have TestComplete compare the bitmaps. Admitted, there is one additional step that you have to take care of, and this is the choice of a (command line) tool that does the conversion for you. I think IrfanView does the job. Give it a try and post your results.