期刊文献+
共找到265篇文章
< 1 2 14 >
每页显示 20 50 100
A New Variational Model with Dual Level Set Functions for Selective Segmentation
1
作者 Lavdie Rada Ke Chen 《Communications in Computational Physics》 SCIE 2012年第6期261-283,共23页
In this paper we present a selective segmentation model using a dual level set variational formulation.Our variational model aims to segment all objects with one level set function(global)and the selected object,which... In this paper we present a selective segmentation model using a dual level set variational formulation.Our variational model aims to segment all objects with one level set function(global)and the selected object,which is the closest to the geometric constraints(markers),with another level set(local).It is a combination of edge detection,markers distance function and active contour without edges.Experimental results show that our model is more robust than previous work. 展开更多
关键词 Image selective segmentation level set function Euler-Lagrange equation 2D image segmentation RE-INITIALIZATION
原文传递
LEVEL SET METHODS BASED ON DISTANCE FUNCTION
2
作者 王德军 唐云 +1 位作者 于洪川 唐泽圣 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2003年第8期950-960,共11页
Some basic problems on the level set methods were discussed, such as the method used to preserve the distance junction , the existence and uniqueness of solution for the level set equations. The main contribution is t... Some basic problems on the level set methods were discussed, such as the method used to preserve the distance junction , the existence and uniqueness of solution for the level set equations. The main contribution is to prove that in a neighborhood of the initial zero level set, the level set equations with the restriction of the distance function have a unique solution, which must be the signed distance function with respect to the evolving surface. Some skillful approaches were used: Noticing that any solution for the original equation was a distance function, the original level set equations were transformed into a simpler alternative form. Moreover, since the new system was not a classical one, the system was transformed into an ordinary one, for which the implicit function method was adopted. 展开更多
关键词 level set methods distance function existence and uniqueness of the solution
在线阅读 下载PDF
Level set函数重新初始化的并行快速步进法 被引量:4
3
作者 黄筱云 董国海 +1 位作者 赵利平 程永舟 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2016年第5期666-671,689,共7页
为提高level set函数重新初始化的计算效率,基于分区并行思想,提出一种快速步进法的并行策略,实现level set函数的快速并行重新初始化。通过对圆球、五叶管和圆环管等算例的level set函数重新初始化,讨论了新并行算法的准确性和效率。... 为提高level set函数重新初始化的计算效率,基于分区并行思想,提出一种快速步进法的并行策略,实现level set函数的快速并行重新初始化。通过对圆球、五叶管和圆环管等算例的level set函数重新初始化,讨论了新并行算法的准确性和效率。结果表明,与串行快速步进法相比,并行算法保留了串行算法的精度,仍基本保持在1阶左右,同时显著减少了重新初始化的计算时间,特别在8线程条件下,所获的最佳加速比能够达到5。 展开更多
关键词 level set函数 重新初始化 快速步进法 并行 分区 并行算法 加速比
在线阅读 下载PDF
Level set函数快速步进重构并行算法的改进 被引量:4
4
作者 黄筱云 董国海 +1 位作者 常佳夫 蒋学炼 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2017年第6期836-842,共7页
为提高level set函数快速步进重构过程的并行计算效率,本文提出一种改进的分区并行重构算法。与原有分区并行算法相比,优化了子区域间的同步方案,缩短了level set函数并行重构的计算时间。运用OpenMP多线程技术,建立了相应的并行计算模... 为提高level set函数快速步进重构过程的并行计算效率,本文提出一种改进的分区并行重构算法。与原有分区并行算法相比,优化了子区域间的同步方案,缩短了level set函数并行重构的计算时间。运用OpenMP多线程技术,建立了相应的并行计算模型,实现了圆球、圆环管和哑铃等值面并行重构。并行重构数值结果表明:只要子区域均分初始表面边界,level set函数全局或局部并行重构均具有良好加速比,8线程的最大加速比可接近6。 展开更多
关键词 level set函数 快速步进法 重构 并行算法 多线程技术 OpenMP多线程技术
在线阅读 下载PDF
基于变分Level Set方法的图像分割 被引量:3
5
作者 王文杰 封建湖 《计算机工程与应用》 CSCD 北大核心 2006年第18期68-70,共3页
文章主要利用levelset函数隐式地追踪图像的边界来实现图像分割。在该文中首先给出了一个变分问题以及相应的Euler-Lagrange方程,并且提出了一种求解该方程的数值算法,使得计算速度有了很大的提高。数值算例表明,该水平集算法具有数值... 文章主要利用levelset函数隐式地追踪图像的边界来实现图像分割。在该文中首先给出了一个变分问题以及相应的Euler-Lagrange方程,并且提出了一种求解该方程的数值算法,使得计算速度有了很大的提高。数值算例表明,该水平集算法具有数值稳定性,不会出现振荡现象,可以很好地处理拓扑结构的变化。 展开更多
关键词 图像处理 level set方法 level set函数 图像分割
在线阅读 下载PDF
Level set函数快速步进并行重构的分区优化 被引量:1
6
作者 夏波 黄筱云 +2 位作者 陈同庆 程永舟 江诗群 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2019年第9期1601-1607,共7页
为进一步提升Level set函数重构的分区并行重构效率,本文采用均分交界面方式进行分区,并保证生成内边界重构节点数量最少。通过运用基于共享存储并行编程(OpenMP)多线程技术的并行计算模型,实现圆球、Zalesak球和哑铃等值面的并行重构... 为进一步提升Level set函数重构的分区并行重构效率,本文采用均分交界面方式进行分区,并保证生成内边界重构节点数量最少。通过运用基于共享存储并行编程(OpenMP)多线程技术的并行计算模型,实现圆球、Zalesak球和哑铃等值面的并行重构。计算结果表明:新分区方法能平衡子区域间计算荷载,减少子区域间信息传递次数和节点回滚次数,与均分区域方法相比,新分区方法能够获得更高计算速度,具有更好的实用性和可扩展性。 展开更多
关键词 level set函数 快速步进法 并行重构 分区优化 交界面 共享存储并行编程 多线程技术 加速比
在线阅读 下载PDF
材料界面运动的Level Set算法 被引量:1
7
作者 王振海 张卫红 +1 位作者 封建湖 蔡力 《工程数学学报》 CSCD 北大核心 2004年第F12期73-77,共5页
多材料结构中材料界面的变形运动在几何上可以抽象为闭曲线或闭曲面随时间的演化。本文导出了材料界面演化过程的隐函数描述,得到了材料界面运动所满足的Halmilton-Jacobi.方程,并且采用数值粘性最小,捕捉函数奇异性的能力最强的Goduno... 多材料结构中材料界面的变形运动在几何上可以抽象为闭曲线或闭曲面随时间的演化。本文导出了材料界面演化过程的隐函数描述,得到了材料界面运动所满足的Halmilton-Jacobi.方程,并且采用数值粘性最小,捕捉函数奇异性的能力最强的Godunov格式来求解。从而将材料界面演化变形的LevelSet算法归纳为初始化,速度扩展、材科界面变形计算与重新新初始化并循环迭代计算四部分。为了消除界面变形所产生的振荡现象,本文还给出了平均曲率流算法,可以对界面具有平滑怍用,快速消除界面中达到高曲率部分,减小界面的几何长度,使界面趋于光顺,并尽可能保持LevelSet函数的零等值线的平均位置不变。最后给出了两个LevelSet数值算例,说明了本文方法是有效的。 展开更多
关键词 界面运动 闭曲面 数值算例 平均曲率 隐函数 Godunov格式 循环迭代 算法 初始化 光顺
在线阅读 下载PDF
用Level Set算法模拟孤立波与前台阶的相互作用 被引量:1
8
作者 谢伟松 陶建华 《应用数学和力学》 EI CSCD 北大核心 2000年第7期686-692,共7页
进一步研究了Level Set方法的数学基础 ,研究了求解有自由水面水动力学问题的具体方法· 并在此基础上 ,对孤立波与前台阶相互作用这一问题进行了计算及研究 。
关键词 level-set方法 孤立波 前台阶 相互作用 水动力
在线阅读 下载PDF
Level set函数快速步进重构的隐式分区并行
9
作者 黄筱云 夏波 +1 位作者 程永舟 江诗群 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2020年第3期441-447,共7页
为进一步提高共享内存架构下level set函数重构并行效率,本文提出一种隐式分区并行重构方法,该方法无需提前进行区域分解,只需预先分割交界面,便可实现快速步进并行重构,且区域分解也同步进行。根据圆球、Zalesak球和哑铃等值面快速步... 为进一步提高共享内存架构下level set函数重构并行效率,本文提出一种隐式分区并行重构方法,该方法无需提前进行区域分解,只需预先分割交界面,便可实现快速步进并行重构,且区域分解也同步进行。根据圆球、Zalesak球和哑铃等值面快速步进并行重构结果表明:隐式分区算法的计算耗时小于显式分区算法;相同线程数量下隐式并行算法带来的加速比与显式算法接近,8线程下隐式分区并行算法的加速比达到4;隐式分区算法中节点重演次数少于显式分区算法节点回滚次数。 展开更多
关键词 level set函数 快速步进 重构 并行 隐式分区 共享内存 区域分解 加速比
在线阅读 下载PDF
基于Level Set方法的点云建模技术研究 被引量:1
10
作者 李自胜 肖晓萍 蒋刚 《机械设计与制造》 北大核心 2008年第2期185-187,共3页
描述一种利用偏微分方程(PDE)和变分法进行点采样几何模型重建算法。把符号距离函数与任意函数的度量函数作为内部能量,根据能量约束最小化条件,通过Level Set方法求解曲面的梯度流,使初始曲面随时间产生演化变形,直至逼近目标模型,完... 描述一种利用偏微分方程(PDE)和变分法进行点采样几何模型重建算法。把符号距离函数与任意函数的度量函数作为内部能量,根据能量约束最小化条件,通过Level Set方法求解曲面的梯度流,使初始曲面随时间产生演化变形,直至逼近目标模型,完全消除重新初始化过程。实验表明,通过Level Set方法能够把初始曲面快速自动演化变形到目标模型,对任意拓扑结构和带噪声的点云具有很强的适应能力。 展开更多
关键词 levelset方法 点云 曲面重建 度量函数 能量约束
在线阅读 下载PDF
Undersea Buried Pipeline Reconstruction Based on the Level Set and Inverse Multiquadric Regularization Method
11
作者 SHANG Wenjing XUE Wei +2 位作者 XU Yidong MAKAROV Sergey B LI Yingsong 《Journal of Ocean University of China》 SCIE CAS CSCD 2022年第1期101-112,共12页
The electric inversion technique reconstructs the subsurface medium distribution from acquired data.On the basis of electric inversion,objects buried under the earth or seabed,such as pipelines and unexploded ordnance... The electric inversion technique reconstructs the subsurface medium distribution from acquired data.On the basis of electric inversion,objects buried under the earth or seabed,such as pipelines and unexploded ordnance,are detected and located in a contactless manner.However,the process of accurately reconstructing the shape of the target object is challenging because electric inversion is a nonlinear and ill-posed problem.In this work,we present an inverse multiquadric(IMQ)regularization method based on the level set function for reconstructing buried pipelines.In the case of locating underwater objects,the unknown inversion area is split into two parts,the background and the pipeline with known conductivity.The geometry of the pipeline is represented based on the level set function for achieving a noiseless inversion image.To obtain a binary image,the IMQ is used as the regularization term,which‘pushes’the level set function away from 0.We also provide an appropriate method to select the bandwidth and regularization parameters for the IMQ regularization term,resulting in reconstructed images with sharp edges.The simulation results and analysis show that the proposed method performs better than classical inversion methods. 展开更多
关键词 inverse problems level set function inverse multiquadric regularization method buried pipeline
在线阅读 下载PDF
利用Level-Set函数求解的含表面张力项的N-S方程
12
作者 高玉丽 《莱阳农学院学报》 2003年第2期125-127,共3页
流体的温度或组成的变化,都会引起表面张力的变化。因而在研究有关自由面的流体运动中,都要考虑自由面上的表面张力。本文利用当前流行的求解自由面的LevelSet方法给出含表面张力的N-S方程的推导。
关键词 表面张力 自由面 流体运动 level-set函数 N-S方程 曲率
在线阅读 下载PDF
MEDICAL IMAGE SEGMENTATION BASED ON A MODIFIED LEVEL SET ALGORITHM
13
作者 杨勇 林盘 +1 位作者 郑崇勋 顾建文 《Journal of Pharmaceutical Analysis》 SCIE CAS 2005年第1期29-32,56,共5页
Objective To present a novel modified level set algorithm for medical image segmentation. Methods The algorithm is developed by substituting the speed function of level set algorithm with the region and gradient infor... Objective To present a novel modified level set algorithm for medical image segmentation. Methods The algorithm is developed by substituting the speed function of level set algorithm with the region and gradient information of the image instead of the conventional gradient information. This new algorithm has been tested by a series of different modality medical images. Results We present various examples and also evaluate and compare the performance of our method with the classical level set method on weak boundaries and noisy images. Conclusion Experimental results show the proposed algorithm is effective and robust. 展开更多
关键词 medical image segmentation level set speed function region information
在线阅读 下载PDF
LEVEL SETS AND EQUIVALENCES OF MORAN-TYPE SETS
14
作者 杜亚丽 苗俊杰 吴敏 《Acta Mathematica Scientia》 SCIE CSCD 2016年第5期1343-1357,共15页
In the paper, we consider Moran-type sets E;given by sequences {a;};and{n;};. we prove that E;may be decompose into the disjoint union of level sets. Moreover,we define three type of equivalence between two dimension ... In the paper, we consider Moran-type sets E;given by sequences {a;};and{n;};. we prove that E;may be decompose into the disjoint union of level sets. Moreover,we define three type of equivalence between two dimension functions associated to two Morantype sets, respectively, and we classify Moran-type sets by these equivalent relations. 展开更多
关键词 Moran-type sets dimension function level set logarithmical equivalence
在线阅读 下载PDF
INTERACTION OF A SOLITARY WAVE AND A FRONT STEP SIMULATED BY LEVEL SET METHOD
15
作者 谢伟松 陶建华 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2000年第7期761-766,共6页
As a new method, the Level Set method had been developed to compute the interface of two-phase flow. The basic mathematical theory and the detailed method to solve the free surface hydrodynamic problem had been invest... As a new method, the Level Set method had been developed to compute the interface of two-phase flow. The basic mathematical theory and the detailed method to solve the free surface hydrodynamic problem had been investigated. By using the Level Set method, the transformation of a solitary wave over a front step was simulated. The results were in good agreement with laboratory experiments. 展开更多
关键词 level set method distance function solitary wave front step
在线阅读 下载PDF
MOTION OF LEVEL SETS BY A GENERALIZED MEAN CURVATURE
16
作者 郑永爱 刘祖汉 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2002年第11期1310-1318,共9页
Short time existence and uniqueness for the classical motion are studied by the function of the principal curvatures of a smooth surface and the Evans and Spruck's results are generalized.
关键词 level set mean curvature signed distance function principal curvature
在线阅读 下载PDF
The Method of Flotation Froth Image Segmentation Based on Threshold Level Set
17
作者 Ji Zhao Huibin Wang +1 位作者 Lina Zhang Conghui Wang 《Advances in Molecular Imaging》 2015年第2期38-48,共11页
A novel flotation froth image segmentation based on threshold level set method is put forward in view of the problem of over-segmentation and under-segmentation which occurs when the existing method segmented the flot... A novel flotation froth image segmentation based on threshold level set method is put forward in view of the problem of over-segmentation and under-segmentation which occurs when the existing method segmented the flotation froth images. Firstly, the proposed method adopts histogram equalization to improve the contrast of the image, and then chooses the upper threshold and lower threshold from grey value of histogram of the image equalization, and complete image segmentation using the level set method. In this paper, the model which integrates edge with region level set model is utilized, and the speed energy term is introduced to segment the target. Experimental results show that the proposed method has better segmentation results and higher segmentation efficiency on the images with under-segmentation and incorrect segmentation, and it is meaningful for ore dressing industrial. 展开更多
关键词 FLOTATION Froth Image Segmentation Active CONTOUR Model HISTOGRAM EQUALIZATION Speed function THRESHOLD level set
在线阅读 下载PDF
Nonconstant Harmonic Functions on the Level 3 Sierpinski Gasket
18
作者 Donglei Tang Rui Hu 《Analysis in Theory and Applications》 2014年第4期417-424,共8页
We give a detailed description of nonconstant harmonic functions on the level 3 Sierpinski gasket. Then we extend the method onβ-set with 1/3〈β〈1/2.
关键词 Nonconstant harmonic function level 3 Sierpinski gasket β-set.
在线阅读 下载PDF
Addendum to: An Approach to Hierarchical Clustering via Level Surfaces and Convexity
19
作者 Jerome Malitz Seth Malitz 《Intelligent Information Management》 2010年第5期299-305,共7页
This article is an addendum to the 2001 paper [1] which investigated an approach to hierarchical clustering based on the level sets of a density function induced on data points in a d-dimensional feature space. We ref... This article is an addendum to the 2001 paper [1] which investigated an approach to hierarchical clustering based on the level sets of a density function induced on data points in a d-dimensional feature space. We refer to this as the “level-sets approach” to hierarchical clustering. The density functions considered in [1] were those formed as the sum of identical radial basis functions centered at the data points, each radial basis function assumed to be continuous, monotone decreasing, convex on every ray, and rising to positive infinity at its center point. Such a framework can be investigated with respect to both the Euclidean (L2) and Manhattan (L1) metrics. The addendum here puts forth some observations and questions about the level-sets approach that go beyond those in [1]. In particular, we detail and ask the following questions. How does the level-sets approach compare with other related approaches? How is the resulting hierarchical clustering affected by the choice of radial basis function? What are the structural properties of a function formed as the sum of radial basis functions? Can the levels-sets approach be theoretically validated? Is there an efficient algorithm to implement the level-sets approach? 展开更多
关键词 Hierarchical Clustering level sets level SURFACES Radial Basis function CONVEX Heat Gravity Light Cluster Validation Ridge Path Euclidean DISTANCE Manhattan DISTANCE Metric
在线阅读 下载PDF
Risk evaluation of natural disasters based on connection function 被引量:1
20
作者 Zhengwei Pan Juliang Jin +1 位作者 Li Liu Xiaowei Liu 《Chinese Journal of Population,Resources and Environment》 2013年第2期118-124,共7页
There are many uncertain factors,such as stochastic,fuzzy and gray information in the risk analysis on natural hazard.The set pair analysis(SPA)deals effectively with the various uncertain factors contributing to eval... There are many uncertain factors,such as stochastic,fuzzy and gray information in the risk analysis on natural hazard.The set pair analysis(SPA)deals effectively with the various uncertain factors contributing to evaluation of the risk level of natural disasters.The evaluation indicators and standards of natural disasters risk are analyzed by identity-discrepancycontrary(IDC).The result,the connection numbers,still has uncertainty information.Thus,yielding the risk evaluation model of natural disasters based on connection function,which construct a set pair relation between the indicators of connection numbers and comprehensive evaluation standards,and describe uncertainty of the connection numbers by using connection function.The study showed that the proposed model takes into account only the uncertainty of risk evaluation indicator identification on natural disasters,also the uncertainty of result connection numbers.This approach gives full consideration to the uncertainty of systematic evaluation process along with the actual meaning of comprehensive evaluation functions.Therefore,this means it is able to reduce the uncertainty of final evaluation results and improve the accuracy and reasonability of evaluation results.This model is capable of reflecting actual situation of the risk evaluation on natural disaster affected by various uncertain factors and has a promotional value in the natural disaster risk assessment. 展开更多
关键词 set PAIR analysis CONNECTION function natural DISASTER risk level system COMPREHENSIVE evaluation
在线阅读 下载PDF
上一页 1 2 14 下一页 到第
使用帮助 返回顶部