TestComplete 中的 3D 图像比较

发布于 2024-11-02 20:55:19 字数 103 浏览 2 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

锦爱 2024-11-09 20:55:19

您可以使用检查点来实现此目的。例如:

  • 要验证屏幕上显示的图像,请使用区域检查点

  • 要验证保存图像数据的实际文件,请使用文件检查点

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.

左岸枫 2024-11-09 20:55:19

好吧,对于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文