赞
踩
在MFC中实现图片的ROI(Region of Interest)区域的框选、移动、缩放可以通过鼠标操作来实现。以下是一个基本的MFC应用程序示例,演示了如何实现这些功能。请注意,这只是一个基本的示例,你可能需要根据你的实际需求进行修改和扩展。
// ImageROIDemoDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ImageROIDemo.h"
#include "ImageROIDemoDlg.h"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。