Sie sind auf Seite 1von 9

Cluster Computing

https://doi.org/10.1007/s10586-017-1604-y

An image edge recognition approach based on multi-operator


dynamic weight detection in virtual reality scenario
Yujing Chen1,2 · Dong Wang3 · Gongbing Bi4

Received: 27 November 2017 / Revised: 13 December 2017 / Accepted: 21 December 2017


© Springer Science+Business Media, LLC, part of Springer Nature 2018

Abstract
Virtual reality (VR) is based on graphics, images and sensors, and its simulation environment is a real-time and dynamic
three dimensions realistic image generated by computer. The detection and extraction method of image edge and contour
features is one of the research contents and hotspots in image detection, processing and analysis. Based on the traditional edge
detection algorithm, in this paper a dynamic weight edge detection method based on multi-operator is proposed, an image
edge detection system based on VR is developed, and the proposed algorithm is compared with the traditional method from the
aspects of continuity, smoothness, edge width, positioning accuracy and system performance of the edge. The results indicate
that this algorithm is the optimization and supplement of the traditional edge detection algorithm, has certain advantages in
continuity and positioning accuracy, and can achieve rapid detection of VR image edge, which provides a theoretical basis
for the research of VR image processing in the future.

Keywords Virtual reality · Image edge recognition · Operator · Dynamic weight

1 Introduction present, most applications of VR are based on the original


image, and the application effect is not ideal for the image
Virtual reality (VR) as an important direction of simula- with fuzzy boundary Haubner, [11], therefore, the appropri-
tion technology and the integrity technology of simulation ate method of image edge detection must be developed to
technology, computer graphics, man-machine interface tech- obtain better applications of VR in different fields. Image
nology, multimedia technology, sensor technology, network edge detection as the most basic content in computer vision
technology and other technologies, is a very challenging and image processing [23], is an important problem that has
cross-technique forward discipline and research field. VR not been satisfactorily solved [1,15]. The research of human
mainly includes simulation environment, perception, natu- visual system indicates that boundaries in images are very
ral skill and sensing equipment. Simulation environment is important, and people tend to recognize an object just by
the real-time and dynamic three-dimensional realistic image a rough outline. This fact provides important implications
generated by computer [14]. VR is widely used in many for the study of machine vision [22], that the object can be
fields including medicine, industry, and entertainment. At expressed by its boundary, and the primitive graph composed
of the discontinuous points of the gray scale in image can
carry most of the useful information of the original image.
B Dong Wang
The essence of edge detection is to extract the boundary
wangdong@gzhu.edu.cn
between object and background in image by adopting some
1 School of Insurance, Guangdong University of Finance, algorithm [24].
Guangzhou 510520, People’s Republic of China Edge is the most basic feature of image, and its detection as
2 School of Management, Guangdong University of the first stage of image processing by machine vision system,
Technology, Guangzhou 510520, People’s Republic of China is one of the classical research contents in the field of machine
3 School of Management, Guangzhou University, Guangzhou vision, and the correctness and reliability of its results will
510006, People’s Republic of China directly affect the understanding of the objective world by
4 School of Management, University of Science and the machine vision system [25]. Image edge detection as the
Technology of China, Hefei 230026, People’s Republic of primary stage of vision has a long history of research with the
China

123
Cluster Computing

continuous emergency of new theory and new method. On the ward, which can be simply divided into the following
one hand, it shows the importance of this research direction, categories:
on the other hand, it reflects its depth and difficulty. With the
development of computer vision and image processing tech-
nology, there is an urgent need for the breakthrough in the 2.1 Classical edge detection algorithm
early stage of vision and a better edge detection algorithm [3].
In recent years, the researches of image edge detection Classical edge detection algorithm is based on original image
algorithm have made great progress, from gradient analysis to locate the edge by getting the differential of the place where
to time-frequency analysis, from the classical Robert [20], the grey scale change in image is obvious, in short, by using
Davies [6], Canny [4], LoG [18] edge detection methods to the gradient change between light and dark. Its biggest advan-
the new wavelet analysis, neural network analysis, genetic tage lies in its simplicity and effectiveness. The classical edge
algorithm and fuzzy algorithm. These algorithms can make detection algorithms mainly include Roberts operator, Sobel
the quality of detected edge be higher, and better solve the operator, Prewitt operator, Canny operator, Kirsch operator,
detection accuracy and anti-noise performance problems [5, Laplacian operator, LoG operator (see Table 1). However,
10,12]. But people often encounter a series of problems in in practical applications, the pixel neighborhood is sensitive
the process of selecting algorithms, to this, so the detected edge is wider, thus the edge thin-
ning operation is needed, but this reduces the positioning
(1) Which method should be selected for the image bound- accuracy. In order to improve this shortcoming, Laplacian
ary detection in VR? operator of Laplasse edge detection is proposed. Laplacian
(2) Which method is better for detecting images? operator is a second order differential operator, which effec-
(3) Are there any more convenient operation and more intu- tively improves the shortcomings of the first order differential
itive contrast? operator in some aspects. But because of their inherent char-
acteristics, they are susceptible to noise at work, so Marr and
Based on the above three questions, the edge detection Hildreth put forward the LOG (Laplacian of Gaussian) oper-
method based on multi-operator dynamic weight was pro- ator. This method will filter the image before detecting the
posed in this paper on the basis of traditional edge detection edge, and then use the Laplace operator to conduct the detec-
algorithm, and another detection scheme based on various tion. After that, Canny found that the optimization operator
methods is designed, and then an operation system of image could be approximately replaced by the first-order derivative
boundary processing based on VR is developed. of the Gaussian function, thus based on this, he proposed the
Canny operator Canny [4], and verified the effectiveness of
this operator in detection, location and single edge response.
2 Literature review

With the rapid development of VR, image processing by 2.2 Improved algorithm based on classical edge
VR has become a hot current issue [19]. In medicine, detection algorithm
image definition of VR affects doctors’ judgments and accu-
racy of the operation directly [14]. In industry, the image Most of the classical edge detection algorithms belonging to
edge detection of virtual display technology is related to differential algorithms are based on differential operations
the accuracy of industrial production [21]. In 1959, Julez in mathematics, which is relatively mature with the biggest
has already mentioned the edge detection technology Julez, advantages of convenience, reliability and simple operation,
[13], but he didn’t conduct the systematic research, while and has been widely used in many fields with significant
the earliest systematic study of edge detection was con- effects. For this reason, the improvement of classical algo-
ducted by Roberts [20] in 1965, from then on, edge detection rithms has become one of the research directions. Many
has gradually coming into our view, and has been studied experts and scholars have made great efforts and obtained
by many experts and scholars at home and abroad. How- fruitful results in this field. The traditional Canny edge detec-
ever, until now, there is still no perfect algorithm that can tion operator was improved in this paper, which has obtained
fully meet the requirements of people, which makes many good experimental results. Deriche et al. [7] proposed a new
experts and scholars still study this topic, and new the- algorithm for replacing convolution by highly recursive algo-
ories and methods have been continuously put forward, rithm, which effectively suppresses the influence of noise and
which is still the reason why edge detection is still con- reduces the amount of calculation. Galvanin et al. combined
cerned. From 1965 when Roberts began his research of the Canny algorithm with nonlinear anisotropic diffusion
edge detection till now, with the perseverance of researchers, structure, and proposed an algorithm based on local differ-
new theories and methods have been continuously put for- ence [9].

123
Table 1 Conclusion of classical edge detection algorithm
Algorithm Main idea Pixel definition Problems
  2
Cluster Computing

Roberts operator Find edges by using local G (x, y) = [x f (i, j)]2 −  y f (i, j) This operator will produce relatively wide
difference operators response in the area around the edge of the
image, and the low precision of the edge point
is not very high. Therefore, when using Robert
operator to do image edge detection, the image
must be conducted with thinning operation to
increase the accuracy of the inspection
  
Sobel operator Sharpening operator based on G (i, j) = max |x f (i, j)| ,  y f (i, j) It has better detection effect for the image with
gradient and difference principle gray gradient and low noise, while it is not
ideal for the image with mixed multiple
complex noises
  
Prewitt operator First order differential operator G (i, j) = max |x f (i, j)| ,  y f (i, j) Every pixel whose gray value is greater than or
based on gray difference between equal to the threshold is considered to be an
left and right, upper and lower edge point. This judgment is unreasonable and
adjacent points of image pixels causes the misjudgment of edge points, because
the gray values of many noise points are also
large, moreover, the edge of the edge point with
smaller amplitude is lost
Kirsch operator Each pixel is carried out the G (i, j) = max {|M0 | , |M1 | , . . . , |M7 |} Eight templates are adopted to process the edges
convolution with 8 templates, of detection image with large amount of
and its maximum value is used as calculation
the edge output value
Laplacian operator Second-order differential operator f = ∇ 2 f = ∇ ∗ ∇ f It is suitable when only considering the edge
∇ 2 = f (i, j) = position rather than the pixel gray difference
f (i + 1, j) + f (i − 1, j) around it. The response to the isolated pixel is
+ f (i, j + 1) + f (i, j − 1) − more intense than that of the edge or line, so it
4 f (i, j) is only suitable for noiseless images
 
LoG operator Second-order differential operator ∇ 2 G (r ) = 1 − r 2 /2σ 2 .exp r 2 /2σ 2 The noise has always been weakened, and it has
via high pass filtering become very sensitive to regions with relatively
small contrast
  (G. f )
∂G ∂2
Canny operator Multi-level edge detection algorithm Gn = ; n V G; n = (|G. f )| Edge point satisfaction:  G. f = 0 For step edges, if the noise can be removed by
∂n ∂n
smoothing operator, this will increase the
uncertainty of edge location. If the sensitivity
of edge detection operator to edge is enhanced,
the sensitivity to the noise will be enhanced.
Therefore, the anti-jamming ability and edge
location ability of edge detection operators
become a pair of contradictions that cannot be
unified

123
Cluster Computing

Fig. 1 Steps for edge detection

2.3 Edge detection algorithm based on wavelet the edge enhanced can be obtained by using the algorithm,
transform and the image is 256 gray level. At this time, the gray level of
the image has no area, the image is only a place of gray scale
Wavelet transform (WT) as a new multiresolution analy- mutation, its gray level is worth to enhance. After the closed
sis method, is developed under the background that the value segmentation, the 256 level image is transformed into
Fourier analysis can not analyze mutational signals and non- a two value image. The edge mutation is clearly displayed
stationary signals Mallat [16]. There are amazing similarities and the edge image is obtained.
between WT and Fourier analysis, both from classical har- There are many methods can be chosen when conduct-
monic analysis. WT inherited and developed the idea of the ing image edge detection, but every method has its own
localization of Fourier transformation, but better than the advantages and shortcomings with different edge values of
Fourier transformation, because it solved the defects that different algorithms. Generally speaking, no matter what
the size of Fourier transform window does not change with kind of detection methods, the edges of their detected results
frequency. With the time frequency localization and multires- are consistent. Therefore, it is difficult to produce a new and
olution properties, it is the local transformation of time and effective method on the basis of these algorithms, thus a
frequency, and can conduct the time-domain and frequency- “boundary detection system based on VR image” was pro-
domain analysis at the same time, which can extract signals posed in this paper, whose basic principles and procedures
and analyze local signals more effectively. Because of the are as follows (see Fig. 2):
characteristics of WT, it can be used to refine and ana-
lyze the signals at multiple scales. WT can be located in (1) Establish the database of digital image edge detection;
any tiny area by adjusting the sampling step, so wavelet (2) Select an inspected image, which is conducted with edge
is also known as the mathematical microscope. In recent detection by the selected three operators or algorithms
years, with the continuous development and improvement in the database, and then return to the binary image of
of wavelet theory, it has been widely used in edge detec- the edge image;
tion. A WT maximum method proposed by Mallat [17], has (3) Based on the edge graph generated by three methods,
achieved good results in signal singularity analysis and image the different weights are given to the three gray matri-
edge detection. In 2001, an improved method based on the ces, and their weighted averages are obtained from the
Helmholtz’s theorems proposed by Desolneux et al. is used image at the corresponding position, and then establish
to extract the edges by using its parameters [8]. In 2009, the suitable threshold to obtain the edge detection results
an improved algorithm was proposed by Thomas Batard et finally;
al. by using Clifford Algebra to measure ND image. In a
word, wavelet transform is an efficient edge detection method

3
am G m (i, j)
[2]. m=1
With the continuous social development, edge detection G(i, j) =

3
technology has been applied in more and more fields, but ak
k=1
at the same time, the requirements of these applications for
edge detection technology are also increasing, thus making
where, G m (i, j) is the grayscale images obtained by dif-
the detection more difficult, which in turn promotes the devel-
ferent algorithms, and am is the weight of corresponding
opment of edge detection technology to a higher level.
algorithm.

3.2 Results of system detection


3 Boundary detection system based on VR
image The advantages of this system is able to display the original
image, the image detected by general edge detection algo-
3.1 Basic methods and principles of system rithm and the image detected by “the edge detection method
based on multi-operator dynamic weight” at the same time,
The process of the general edge detection algorithm is as thus it is convenient to compare the similarity between the
follows (see Fig. 1): Firstly, the original image is smoothed edge image and the original image. Meanwhile, it is also
and filtered to get a smooth image. Secondly, the image of convenient to compare the detection difference between the

123
Cluster Computing

Fig. 2 System flowchart

common method and the method designed by this system, Generally speaking, some properties involved in all the
which is reflected intuitively, as shown in Fig. 3, namely, the articles about the comparison of edge detection algorithms
comparison of the detection results of the same image by the are as follows: Good edge detection must achieve: Good loca-
detection system. tion without error location; good positioning accuracy that
can locate the position of edge point accurately without any
offset; certain anti-interference ability to noise; the obtained
edge is preferably one pixel wide and has been thinned.
4 Result and evaluation

4.1 Agreement of effect evaluation method 4.2 Comprehensive evaluation on detection effect
of computer image detection system
In the edge detection evaluation, the correctness of the
detection of one point can be divided into four cases, respec- In this paper, the performances of the eight detection methods
tively as the correct detection of edge point (Truepositive involved in this design were compared with the perfor-
or Hit), the correct detection of non-edge point (TrueNega- mance of the detection method proposed in this system,
tive or Correctrejeetion), the error detection of edge point among which, the objects of comparison include: Roberts
(FalseNegative or Missdeteetion), and the error detection operator, Sobel operator, Prewitt operator, Canny operator,
of non-edge point (FalsePositive lseAlarin), as shown in Kirsch operator, Laplacian operator, LoG operator, the edge
Table 2. detection method based on Laplacian and grey relational
In the above four kinds of edge point positioning methods, grade, and the detection method proposed in this system.
the first two are correct positioning, and the latter two are The compared performances include edge continuity c, edge
error detection. The first two are generally merged into one, smoothness s, thinning degree of edges T (it can also be
which is referred to as correct detection. The error detection the edge width), and positioning accuracy of edges, among
of edge point is called missed detection, and error detection which, the most important performance is the edge location,
of non-edge points is called error detection. which will be measured by missing detection rate and error

123
Cluster Computing

Fig. 3 Comparisons of
detection results

Table 2 Four cases of detected


Four cases of detected point Description Abbreviation
edge point
Correct detection of edge point In the prior knowledge, it is an edge point that is G T DT
correctly detected by an algorithm
Correct detection of non-edge point In the prior knowledge, it isn’t an edge point that G F DF
is correctly excluded by an algorithm
Error detection of edge point In the prior knowledge, it is an edge point that is G T DF
wrongly missed by an algorithm
Error detection of non-edge point In the prior knowledge, it isn’t an edge point that G F DT
is wrongly detected by an algorithm

detection rate. In addition, for this system, we set up another signals will cause the edge discontinuity. The discontinu-
evaluation standard, that is, the performance evaluation of ous algorithm will directly result in the edge fracture of the
the system. The general qualitative conclusion is divided into image, even the error connection with other edges, causing
five grades according to the visual observation: good, better, the error segmentation. The disadvantages of this method are:
general, poorer, and poor. Some representative images will different images with different measurement need the man-
be selected for each performance. ual observation, and the adaptive ability is not strong. In this
method, the qualitative observation is used to determine the
performance that the edge continuity is good or bad. Mul-
4.3 Edge continuity tiple images and algorithms are used to judge and evaluate
the continuity of edges subjectively, and then the observation
The continuity of the edges requires that the detection results results are expressed by different grades.
are continuous, and that the edge detection algorithm has
little response to noise and high-frequency signals, and the Edge smoothness The smoothness of the edge directly
noise in the image and the small range of high-frequency affects the subjective vision with little effect of subsequent

123
Cluster Computing

Table 3 Edge smoothness


Algorithm Continuity Smoothness Edge width
evaluation table
Roberts operator common poorer 1
Sobel operator better good 2
Prewitt operator better good 2
Canny operator better common 1
Kirsch operator better good 2
Laplacian operator poorer common 2
LoG operator better better 4
Laplacian and grey relational grade common common 2
Detection method of this system better better 2

Table 4 Results comparison of


Algorithm Missed detection Error detection Location error
graph lena detection by edge
detection based on Roberts operator 0.46872 0.71973 1.18845
multi-algorithm dynamic weight
Sobel operator 0.02189 1.30657 1.32846
Prewitt operator 0.03423 1.24572 1.27995
Canny operator 0.25547 1.40693 1.6624
Kirsch operator 0.02578 1.57832 1.6041
Laplacian operator 0.48523 0.58792 1.07315
LoG operator 0.02007 3.51246 3.53253
Laplacian and grey relational grade 0.49271 0.70073 1.19344
Detection method of this system 0.52893 0.72393 1.15286

processing. The general edge judgment method does not pay tion by scanning method are as follows: Firstly, the real edge
attention to this performance. The smoothness measure of graph is determined through artificial method, and the pro-
edge detection is shown in Table 3, and the thinning degree gressive scanning is conducted with the real edge graph to
the edge is also qualitatively judged by the human eye. judge whether there is a corresponding edge point in the test
The thinning degree of the edge is the detected width of graph when encountering an edge point. If there is a corre-
edge, which is the step diagram with clear boundary. Based sponding point, make marks in the two graphs. Finally, the
on its detection, the obtained width of edge is the edge pixel points that are not marked are counted as the missed points.
graph of the algorithm for this image, and also is the edge The number of missed points divided by the total number of
pixel width of any images. This graph is adopted because its edges is the rate of missed detection. The determination of
detection results are clear at a glance. The design of the algo- error detection is based on the marking of edge points, and
rithm itself determines the thinning degree of the edge. The the edge points which are not marked are error detection.
edge width detected by algorithm is determined by the char- The detection result that is a single pixel wide algorithm,
acteristics of the algorithm itself. Table 3 is the index table of can be used to directly determine the rate of location error.
edge continuity, smoothness, and the detected width of edge. The three basic algorithms in “the edge detection based on
multi-algorithm dynamic weight” are selected as follows:
Edge location The edge location checks whether the edge Canny, Prewitt and Kirsch operators, and the relative weight
detection algorithms can detect the edges of a given target. is set to 7:5:3, and then the detection results of graph Lena
These edges that are not easy to be detected may be the details is as follows (Table 4).
of high frequency, or may be the unobvious grey mutation According to the data in the statistical table, several char-
caused by the optical reason before the digitization of image. acteristics of the system algorithm are shown below: (1) The
The edge detection algorithms should be able to locate the location error of missed detection is lower than that of error
edge as much as possible. At the same time, the error rate of detection, that is to say, in the edge detection, the circum-
locating the non-edge as edge also needs to be investigated. stance that the edge points miss the detection is less; (2) The
Location error includes edge error detection and non-edge positioning accuracy of the algorithm in this system is higher
error detection, that is, missed detection and error detection. than the average level, having a large positioning accuracy.
A scanning method is proposed to determine the rate of The location error reflects the difference in the positioning
location error. The procedures to determine the missed detec- performance of the algorithms. As shown in the above table,

123
Cluster Computing

the LoG operator is the most likely to cause location error. immature, and the research time is not long, so the system and
Laplacian is the second-order zero crossing algorithm with algorithm also have the following shortcomings: although the
accurate positioning, but is easy to be affected by noise. In system has certain advantages in operability and practicality,
the above table, the least location error is shown when the the algorithm database is not large enough, so the selection
image is simple and noiseless. The positioning effect of this of algorithm is still not comprehensive, and some new algo-
system is also better. rithm research is not included in it. In the further, for VR
In this paper, the “boundary detection system based on VR Simulation environment, a key task is to help people learn
image” was conducted with comparative analysis by using that the environment is now safe for them and encourage
the continuity, smoothness, edge width, positioning accu- people to relax. Then the clear image we can get which will
racy, whose results show that this method performs better make the edge detection more easier.
in continuity and smoothness, and the edge width is also
in general grade. But it has better precision in the focus Acknowledgements This paper is supported by grants from the
National Natural Science Foundation of China (71731010, 71671048),
positioning, which is better than the average level of var- the Natural Science Foundation of Guangdong Province
ious methods(when Canny:Prewitt:Kirsch = 7:5:3). At the (2015A030310506), the Philosophy and Social Science Planning Pro-
same time, the performance of the system is also evaluated. gram of Guangdong Province (GD16XGL38), and the Philosophy and
On the whole, the system proposed a new method and idea of Social Science Planning Program of Guangzhou (2016GZQN32).
edge detection with remarkable effect, hoping to contribute
to future research.
References
5 Conclusion 1. Arbelaez, P., Maire, M., Fowlkes, C., Malik, J.: Contour detection
and hierarchical image segmentation. IEEE Trans. Pattern Anal.
Mach. Intell. 33(5), 898–916 (2011)
Image edge detection in virtual reality technology is a hot
2. Batard, T., Saint-Jean, C., Berthier, M.: A metric approach to ND
issue in the field of image processing and analysis. Most of images edge detection with clifford algebras. J. Math. Imaging Vis.
the existing articles and researches focus on single image 3(33), 296–312 (2009)
processing algorithms. Only a few articles and designs focus 3. Bellon, O., Silva, L.: New improvment to range image segmen-
tation by edge detection. IEEE Signal Process. Lett. 9(2), 43–45
on the establishment of a computer image detection system,
(2002)
and a number of algorithms are studied and compared in this 4. Canny, J.: A computational approach to dege detection. IEEE Trans.
system. The results of this study are as follows: Pattern Anal. Mach. Intell. 8(6), 679–698 (1986)
5. Cremers, D., Rousson, M., Deriche, R.: A review of statistical
approaches to level set segmentation: integrating color, texture,
(1) In this paper, an “edge detection method based on VR”
motion and shape. Int. J. Comput. Vis. 72(2), 195–215 (2007)
is proposed and the implementation method and steps 6. Davies, E.R.: Machine Vision: Theory, Algorithems Practicalities.
of the algorithm are given. At the same time, the corre- Elsevier, New York (2004)
sponding simulation experiments are carried out; 7. Deriche, R., Inria, D.D.V.: Using Canny’s Criteria to Derive a
Recursively implemented Optimal Ddge Detection, pp. 167–187.
(2) A computer image detection system is presented in this
Kluwer Academic Publishers, Boston (1987)
paper. Through the algorithm database of the system, a 8. Desolneux, A., Moisan, L., Morel, J.: Edge detection by helmholtz
complex step can be quickly realized from the image principle. J. Math. Imaging Vis. 14(3), 271–284 (2001)
reading, edge detection, and output to the results. At the 9. Galvanin, E.A.S., Vale, G.M.D., Poz, A.P.D.: The canny detection
with edge region focusing using an anisotropic diffusion process.
same time, the system interface provides two kinds of
Pattern Recognit. Image Anal. 16(4), 614–621 (2006)
detection methods, which are general algorithm detec- 10. Hafezi, M., Mittal, S., Fan, J., Migdall, A.M.A., Taylor, J.: Imaging
tion and multi-operator based dynamic weight edge topological edge states in silicon photonics. Nat. Photon. 7(12),
detection operator. And the results can be visually con- 1001–1005 (2013)
11. Haubner, M.: Virtual reality in medicine-computer graphics and
trasted and analyzed under the same interface.
interaction techniques. IEEE Trans. Inf. Technol. Biomed. 1(1), 61
(3) Through comprehensive evaluation, it is found that the (1997)
system has high operability and practicability, and the 12. Ioan-Catalin, D., Dinu, C.: Local-prediction-based difference
algorithm proposed in this paper has reached the general expansion reversible watermarking. IEEE Trans. Image Process.
23(4), 1779–1790 (2014)
level in the detection effect.
13. Julesz, B.: A method of coding TV sigmals based on edge detection.
(4) The system uses different algorithms and can be applied Bell Syst. Technol. 38(4), 1001–1020 (1959)
to different situations. For example, it can be used to 14. Lawson, G., Salanitri, D., Waterfield, B.: Future directions for the
detect complex edge images and mechanical images. development of virtual reality within an automotive manufacturer.
Appl. Ergon. 53(B), 323–330 (2016)
15. Li, C., Kao, C., Gore, J., Ding, Z.: Minimization of region-scalable
Although the system and algorithm have their own advan- fitting energy for image segmentation. IEEE Trans. Image Process.
tages through comprehensive evaluation, the method is 17(10), 1940–1949 (2008)

123
Cluster Computing

Dong Wang received the B.S.


16. Mallat, S.: Multi-frequency channel decomposition of image and
degree from Hainan University,
wavelet models. IEEE Trans. Acoust. Speech Signal Process.
Haikou, China, in 2006, the M.S.
37(10), 2091–2110 (1989)
degree from Guangdong Univer-
17. Mallat, S.: Singularity detection and processing with wavelet. IEEE
sity of Technology, Guangzhou,
Trans. Inf. Theory 38(2), 617–643 (1992)
China, in 2008, and Ph.D. degree
18. Marr, D., Hildreth, E.: Theory of edge detection. Proc. R. Soc.
from Jinan University,
Lond. Ser. B 207(1167), 187–217 (1980)
Guangzhou, China, in 2013. He is
19. Pavone, E.F., Tieri, G., Rizza, G., Tidoni, E., Grisoni, L., Aglioti,
currently a lecturer of Guangzhou
S.M.: Embodying others in immersive virtual reality: electro-
University, Guangzhou, China.
cortical signatures of monitoring the errors in the actions of an
His research interests are Busi-
avatar seen from a first-person perspective. J. Neurosci. 36(2), 268–
ness Intelligence, Data Mining,
279 (2016)
Information Systems and Behav-
20. Roberts, L.: Machine Perception of 3-Dimensional Solids. MIT
ior Economics.
Press, Cambridge (1965)
21. Shum, H., Kangs, A.: A review of image-based rendering tech-
niques. In: Proceedings of IEEE/SPIE Visual Communications and
Image Processing (2000)
22. Tsai, P., Chang, C., Hu, Y.C., : An adaptive tow-stage edge detection Gongbing Bi received the M.S from
scheme for digital color image. Real-Time Imaging 8(4), 329–343 Anhui University, Hefei, China, in
(2002) 2001, and the Ph.D. degree from
23. Wang, D., Chen, Y., Xu, J.: Knowledge management of web finan- University of Science and Tech-
cial reporting in human-computer interactive perspective. Eurasia nology of China, Hefei, China, in
J. Math. Sci. Technol. Educ. 13, 1–25 (2017) 2005. He is currently a Profes-
24. Yu, Y., Chang, C.: A new edge detection approach based on image sor with the school of manage-
context analysis. Image Vis. Comput. 24, 1090–1102 (2006) ment. His research interests are
25. Zhang, H., Fritts, J., Goldman, S.: Image segmentation evaluation: Decision Science, DEA,
a survey of unsupervised methods. Comput. Vis. Image Underst. Operational Research and Supply
110(2), 260–280 (2008) Chain Economics. He has
published many academic
researches in famous international
journal, include but not limited to
Yujing Chen received the B.S. EJOR, Omega, JORS, ANOR.
degree in statistics from the South
China Agriculture University,
Guangzhou, China, in 2012, and
the M.S. degree from Hong Kong
University of Science and Tech-
nology, Hong Kong, in 2013. She
is currently pursuing the Ph.D.
degree in management science
and engineering from Guangzhou
University of Technology,
Guangzhou, China.

123

Das könnte Ihnen auch gefallen