登录
首页 » Java » BsplineCurve

BsplineCurve

于 2014-04-17 发布 文件大小:25276KB
0 138
下载积分: 1 下载次数: 4

代码说明:

  实现通过用户给定B样条曲线的控制顶点、设定B样条曲线的次数及类型,进而绘制出相应的B样条曲线和对应的基函数图形。并且可以通过鼠标拖拽控制顶点修改B样条曲线和对应的基函数图形。从而,对B样条曲线和基函数的性质有更深入更直观的了解,理解B样条曲线和基函数的对应关系,在以后的学习中能更好地运用B样条曲线。(The number and type of user to achieve a given control vertices B-spline curve, set the B-spline curves, and then draw the corresponding B-spline basis functions and the corresponding graphic. And can be modified by dragging the mouse to control the apex B-spline curves and the corresponding basis function graphics. Thus, the nature of the B-spline curves and basis functions have a deeper and more intuitive understanding, understanding of the correspondence between the B-spline curves and basis functions in later learning to better use of B-spline curves.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于角谱理论艾里光束的传播
    说明:  基于角谱理论艾里光束的传播,该MATLAB程序,大体上模拟出了Airy光束的二维光强分布,并在此基础上利用角谱理论,编写出了其在二维平面内的传播,只需改变其中的参数就可以展示Airy光束的移动。在此基础上加上障碍物,可以得到Airy光束的自愈合特性等特殊性质(The matlab program, in general, simulates the two-dimensional light intensity distribution of Airy beam, and on this basis, using the angle spectrum theory, compiles its propagation in the two-dimensional plane, only changing the parameters can show the movement of Airy beam. On this basis, the self-healing properties of Airy beams can be obtained by adding obstacles)
    2021-04-19 19:18:51下载
    积分:1
  • canny_edge
    说明:  用canny做边缘检测的matlab源程序(do with canny Edge Detection Matlab source)
    2006-04-05 16:44:36下载
    积分:1
  • Dictionary_Low-Rank_SAR
    基于字典学习和矩阵低秩稀疏分解的SAR图像处理新方法,拓展了低秩稀疏分解的应用领域,有很好的应用前景。(Dictionary Learning and Low-rank Sparse Matrix Decomposition for Sparsity-driven SAR Image Reconstruction)
    2015-04-29 09:40:21下载
    积分:1
  • webview
    说明:  QT webview浏览器相关开发,简单webview应用开发(QT WebView browser related development, simple WebView application development)
    2020-02-28 22:57:36下载
    积分:1
  • VC++image-program
    这是一个详细的关于Vc++图像编程的ppt,希望对大家有帮助(This is a detailed on Vc++ Image programming ppt, hope everyone has to help)
    2008-05-28 17:20:04下载
    积分:1
  • watershed_example
    说明:  分水岭算法是一种图像区域分割法,在分割的过程中,它会把跟临近像素间的相似性作为重要的参考依据,从而将在空间位置上相近并且灰度值相近的像素点互相连接起来构成一个封闭的轮廓,封闭性是分水岭算法的一个重要特征。本示例适用于二维和三维图像,计算分水岭变换并将结果标签矩阵显示为RGB图像。 分水岭算法是一种图像区域分割法,在分割的过程中,它会把跟临近像素间的相似性作为重要的参考依据,从而将在空间位置上相近并且灰度值相近的像素点互相连接起来构成一个封闭的轮廓,封闭性是分水岭算法的一个重要特征。本示例适用于二维和三维图像,计算分水岭变换并将结果标签矩阵显示为RGB图像。(The watershed algorithm is an image region segmentation method. In the segmentation process, it will use the similarity with neighboring pixels as an important reference basis, so as to connect pixels that are close in space and have similar gray values to each other. Forming a closed contour, closedness is an important feature of the watershed algorithm. This example applies to 2D and 3D images, calculates the watershed transformation and displays the resulting label matrix as an RGB image.)
    2020-04-08 21:45:20下载
    积分:1
  • katsevich-recreat
    三维图像重建,采用多种滤波方法,实现三维图像重建,该算法效率比较高。目前已经应用到实际工程。(3-dim picture recreat,use filter method and project method to realise the recreating of 3 dim picture.it is a very effective method ,applied in the project.so I share it with you . )
    2016-08-26 18:23:53下载
    积分:1
  • Archive
    抗任意角度旋转的图像匹配算法的matlab实现(image matching of any rotation )
    2009-04-05 09:12:05下载
    积分:1
  • renxiang
    说明:  对有噪声的图像进行图像复原,通过迭代算法实现此功能(Image restoration for noisy images, this function is implemented by an iterative algorithm)
    2020-06-18 18:00:01下载
    积分:1
  • 像清晰度评价指标Matlab
    图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qabf.m 结果:Qabf(QAB/F) 5、平均梯度(Average Gradient):也称为清晰度,反映了图像中的微小细节反差与纹理变化特征,同时也反映了图像的清晰度,越大越好。 文件名:avg_gradient 调用:outval = avg_gradient(img) 6、结构相似性指数: SSIM指原图像和融合图像的相似程度,值越大越相似 文件名:ssim.m 结果:SSIM 7、互信息:MI(mutual information) 8、NMI: Normalized mutual information(Image sharpness evaluation function)
    2018-09-30 09:09:39下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载