CN112907615B - Submarine landform unit contour and detail identification method based on region growing - Google Patents

Submarine landform unit contour and detail identification method based on region growing Download PDF

Info

Publication number
CN112907615B
CN112907615B CN202110022615.4A CN202110022615A CN112907615B CN 112907615 B CN112907615 B CN 112907615B CN 202110022615 A CN202110022615 A CN 202110022615A CN 112907615 B CN112907615 B CN 112907615B
Authority
CN
China
Prior art keywords
point
seed
value
unit
details
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110022615.4A
Other languages
Chinese (zh)
Other versions
CN112907615A (en
Inventor
周雨胜
鲁银涛
邵大力
谷明峰
许小勇
王微微
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China University of Petroleum East China
Original Assignee
China University of Petroleum East China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China University of Petroleum East China filed Critical China University of Petroleum East China
Priority to CN202110022615.4A priority Critical patent/CN112907615B/en
Publication of CN112907615A publication Critical patent/CN112907615A/en
Application granted granted Critical
Publication of CN112907615B publication Critical patent/CN112907615B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/187Segmentation; Edge detection involving region growing; involving region merging; involving connected component labelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • G06T2207/20032Median filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30181Earth observation
    • G06T2207/30184Infrastructure

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Revetment (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a submarine geomorphic unit outline and detail identification method based on region growing. The method comprises the following basic steps: 1) determining an initial seed point according to the water depth value, the curvature value and the gradient value of each observation point in the area to be identified; 2) performing seed region growth based on the water depth value; 3) performing seed region growing based on the gradient value; 4) carrying out fuzzy processing on the seed area; 5) extracting the outline of the landform unit; 6) supplementing details of the geomorphic unit based on the slope value; 7) details of the geomorphic units are supplemented based on the curvature values. The method has the advantages of simplicity, small calculated amount, good real-time performance, manpower saving, easiness in implementation and the like. The method is suitable for recognizing the contour and the details of the submarine geomorphic unit.

Description

Submarine landform unit contour and detail identification method based on region growing
Technical Field
The invention relates to the technical fields of ocean mapping, big data processing, edge identification, region growing and the like, in particular to a submarine geomorphic unit outline and detail identification method based on region growing.
Background
Submarine geomorphic unit edge identification is the basis for ocean development. By identifying the edge of the submarine geomorphic unit, data such as fluctuation change of a seabed, motion rules of submarine plates and the like can be acquired. The data can play an important role in marine science and engineering such as underwater pipeline arrangement, marine oil and gas exploration and environmental monitoring.
Through submarine landform measurement, submarine measuring point information including position, altitude, azimuth and the like can be acquired. At present, a multi-beam sounding system is commonly used for measurement, the system can emit hundreds of beams in a sector with orthogonal tracks, and the water depth is calculated by detecting the propagation time of sound waves from and to a transducer to the seabed and combining multiple parameters such as current sound velocity, sea level and ship posture. Compared with the traditional single-beam echo detection technology, the multi-beam sounding system has the characteristics of high precision, wide coverage and the like.
When the submarine landform is observed, a two-dimensional topographic map is drawn by combining the position with water depth data, and the elevation change of a landform unit can be visually reflected by the color depth change of an observation point in the map. The types of the submarine geomorphic units are influenced by various factors such as earthquakes, ocean currents, biological effects and the like, have complexity and diversity and comprise coral reefs, submarine canyons, deep water channels, sea mountains, carbonate terraces, cliffs, landslides and the like, and bring certain difficulty to edge identification. Taking the submarine coral reef as an example, a great deal of details still exist in the edge contour, and all the details cannot be accurately identified only by means of the altitude characteristics.
Although some automatic extraction methods for the edges of the submarine geomorphic unit are available at present, such methods are mainly used for extracting specific types of edges such as ridge lines, valley lines, coastlines and the like, and it is difficult to extract the whole edges or all details of the submarine geomorphic unit.
Disclosure of Invention
The invention aims to extract the outline and the detail of a landform unit. The method has the advantages of simplicity, small calculated amount, good real-time performance, manpower saving, easiness in implementation and the like. The method is suitable for recognizing the contour and the details of the submarine geomorphic unit.
The invention comprises the following steps:
(1) determining an initial seed point:
inputting water depth values h of observation points in the area to be identified i Curvature value c i And a gradient value s i If satisfy s i ≥s k Or | c i |≥c k Then the i point is the initial seed point, where s k 、c k The gradient threshold and the curvature threshold which are used for determining the initial seed point are respectively set manually according to the gradient range and the curvature range of the area to be identified, and i is 1,2, …, n is the number of observation points of the area to be identified;
(2) and (3) performing seed region growth based on the water depth value:
if the i point is a non-seed point adjacent to the seed point and satisfies h i ≥h g Or h i ≤h k Then the i point is marked as a seed point, where i ═ 1,2, …, n, h k <h g ,h k 、h g All the water depth thresholds are manually set according to the water depth range of the area to be identified;
(3) seed region growing based on the gradient values:
if the i point is a non-seed point adjacent to the seed point, constructing an m × m grid by using the i point as a center, and if s is i ≥s z Then the i point is marked as a seed point, where s z The median of the gradient values of the seed points adjacent to the non-seed points in the m x m grid, wherein m is an odd number greater than 1;
(4) fuzzy processing of seed regions:
constructing l multiplied by l grid by taking the i point as a center, if the i point is a seed point and n is satisfied p If the value is less than or equal to p, marking the point i as a non-seed point; if the i point is a non-seed point and n is satisfied q Q is less than or equal to the sum of the values of the i point, the i point is marked as a seed point, wherein p and q are fuzzy parameters and are set manually, i is 1,2, …, n and n are set manually p 、n q The number of the seed points and the number of the non-seed points in the grid are respectively l multiplied by l, wherein l is an odd number larger than 1;
(5) extracting the outline of the landform unit:
extracting all seed points adjacent to the non-seed points to form the outline of the landform unit;
(6) complementing details of the landform unit based on the slope value:
performing median filtering on the gradient value of the seed point in the step (4), if the gradient value meets the requirement
Figure GDA0003565017350000021
The i point is marked as a landform minutia; extracting all minutiae adjacent to non-minutiae for complementing the details of the geomorphic unit, wherein s t The grade threshold, for additional detail, is manually set,
Figure GDA0003565017350000022
the median filtered slope value is obtained;
(7) complementing details of the geomorphic unit based on the curvature value:
and (5) aiming at the curvature value of the seed point in the step (4), applying a non-maximum value inhibition method to obtain a local extreme value point in the contour of the landform unit, wherein the local extreme value point is used for supplementing details of the landform unit.
Drawings
FIG. 1 is a water depth diagram of a seabed coral reef;
FIG. 2 is a graph of an initial seed point distribution;
FIG. 3 is a graph of the result of seeded region growth based on water depth values;
FIG. 4 is a graph of the result of seed region growing based on a gradient value;
FIG. 5 is a graph of seed region fuzzy results;
FIG. 6 is a profile view of a relief element;
FIG. 7 is a detail view of a relief unit supplemented based on slope values;
fig. 8 is a detailed diagram of a topographical unit supplemented based on non-maxima suppression.
Detailed Description
According to the method, the contour and detail extraction of the coral reef landform unit is realized by adopting a region growth and non-maximum suppression method according to the water depth data of the seabed coral reef region acquired by the multi-beam sounding system and the gradient and curvature data obtained by calculation.
The specific identification steps are as follows:
(1) determining an initial seed point:
inputting the water depth value h of each observation point in the area to be identified i Curvature value c i And a gradient value s i If satisfy s i ≥s k Or | c i |≥c k Then the i point is the initial seed point, where s k 、c k And (3) respectively setting a gradient threshold and a curvature threshold for determining the initial seed point according to the gradient range and the curvature range of the area to be identified, wherein i is 1,2, …, n and n is the number of observation points of the area to be identified.
In this embodiment, the processor is configured as intel (r) pentium (r) CPU G4560@3.50GHz, 3500Mhz, and has 2 cores and 4 logic processors, the submarine coral reef area is selected as the object for extracting the contour and detail of the geomorphic unit, the size of the data body is 3312KB, the number of observation points is 103350, and the water depth change of the submarine coral reef area is shown in fig. 1. When getting s k =0.0444、c k =1.6602×10 -4 Then, the distribution of the obtained initial seed points is as shown in FIG. 2, and under the MATLAB environment, the initial seed points are obtainedAt time 1.7810 s.
(2) And (3) performing seed region growth based on the water depth value:
if the i point is a non-seed point adjacent to the seed point and satisfies h i ≥h g Or h i ≤h k Then the i point is marked as a seed point, where i ═ 1,2, …, n, h k <h g ,h k 、h g And all the water depth thresholds are manually set according to the water depth range of the area to be identified.
In this embodiment, when h is taken k =-52.9140、h g The seed region growth results are shown in figure 3 at-31.3040.
(3) Growing the seed region based on the gradient value:
if the i point is a non-seed point adjacent to the seed point, constructing an m × m grid by taking the i point as the center, and if s is i ≥s z Then the i point is marked as a seed point, where s z Is the median of the slope values of the seed points adjacent to the non-seed points in the m x m grid, and m is an odd number greater than 1.
In this example, m is 5, and the result of performing the seed region growing based on the gradient value is shown in fig. 4.
(4) Fuzzy processing of seed regions:
constructing l x l grid by taking the i point as the center, if the i point is the seed point and satisfies n p If the number is less than or equal to p, marking the point i as a non-seed point; if the i point is a non-seed point and n is satisfied q Q is less than or equal to the sum of the values of the i point, the i point is marked as a seed point, wherein p and q are fuzzy parameters and are set manually, i is 1,2, …, n and n are set manually p 、n q The number of the seed points and the number of the non-seed points in the grid are respectively multiplied by l, and l is an odd number larger than 1.
In this embodiment, l is 3, p is 3, and q is 3, and the result of the blurring process for the seed region is shown in fig. 5.
(5) Extracting the outline of the landform unit:
and extracting all seed points adjacent to the non-seed points to form the contour of the landform unit.
In this embodiment, the contour of the extracted landform unit is as shown in fig. 6. The processing was performed using a MATLAB environment, and it took 2.436 seconds to acquire the contour.
(6) Complementing details of landform units based on the slope values:
performing median filtering on the gradient value of the seed point in the step (4), if the gradient value meets the requirement
Figure GDA0003565017350000041
The i point is marked as a landform minutia; extracting all minutiae adjacent to non-minutiae for complementing the details of the geomorphic unit, wherein s t For grade thresholds, for additional details, manually set,
Figure GDA0003565017350000042
the median filtered slope value is obtained;
in this embodiment, s t The details of the resulting relief units supplemented based on the slope values are shown in fig. 7, 0.0134. And MATLAB is applied for processing, and the time for acquiring the details of the landform units is 0.322 seconds.
(7) Complementing the details of the landform units based on the curvature values:
and (5) aiming at the curvature value of the seed point in the step (4), applying a non-maximum value inhibition method to obtain a local extreme value point in the contour of the landform unit, wherein the local extreme value point is used for supplementing details of the landform unit.
In the present embodiment, details of the obtained relief cells are supplemented based on the non-maximum suppression method, and the result is shown in fig. 8. And (3) calculating by using MATLAB, wherein the time for obtaining the complementary details of the landform units is 0.338 seconds.

Claims (1)

1. A submarine geomorphologic unit outline and detail identification method based on region growing is characterized by comprising the following steps:
(1) determining an initial seed point: inputting the water depth value h of each observation point in the area to be identified i Curvature value c i And a gradient value s i If s is satisfied i ≥s k Or | c i |≥c k Then the i point is the initial seed point, where s k 、c k Respectively, a gradient threshold and a curvature threshold for determining an initial seed point, according to the point to be identifiedThe gradient range and the curvature range of each area are manually set, i is 1,2, …, n is the number of observation points of the area to be identified;
(2) and (3) performing seed region growth based on the water depth value: if the i point is a non-seed point adjacent to the seed point and satisfies h i ≥h g Or h i ≤h k Then the i point is marked as a seed point, where i ═ 1,2, …, n, h k <h g ,h k 、h g All the water depth thresholds are manually set according to the water depth range of the area to be identified;
(3) growing the seed region based on the gradient value: if the i point is a non-seed point adjacent to the seed point, constructing an m × m grid by taking the i point as the center, and if s is i ≥s z Then the i point is marked as a seed point, where s z The median of the gradient values of the seed points adjacent to the non-seed points in the m x m grid, wherein m is an odd number greater than 1;
(4) fuzzy processing of seed regions: constructing l x l grid by taking the i point as the center, if the i point is the seed point and satisfies n p If the value is less than or equal to p, marking the point i as a non-seed point; if the i point is a non-seed point and n is satisfied q Q is less than or equal to the sum of the values of the i point, the i point is marked as a seed point, wherein p and q are fuzzy parameters and are set manually, i is 1,2, …, n and n are set manually p 、n q The number of the seed points and the number of the non-seed points in the grid are respectively l multiplied by l, wherein l is an odd number larger than 1;
(5) extracting the outline of the landform unit: extracting all seed points adjacent to the non-seed points to form the contour of the landform unit;
(6) complementing details of landform units based on the slope values: performing median filtering on the gradient value of the seed point in the step (4), if the gradient value meets the requirement
Figure FDA0003565017340000011
The i point is marked as a landform minutia; extracting all minutiae adjacent to non-minutiae for complementing the details of the geomorphic unit, wherein s t The grade threshold, for additional detail, is manually set,
Figure FDA0003565017340000012
the median filtered slope value is obtained;
(7) complementing details of the geomorphic unit based on the curvature value: and (4) aiming at the curvature value of the seed point in the step (4), applying a non-maximum value inhibition method to obtain a local extreme value point in the contour of the landform unit, wherein the local extreme value point is used for supplementing the details of the landform unit.
CN202110022615.4A 2021-01-08 2021-01-08 Submarine landform unit contour and detail identification method based on region growing Active CN112907615B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110022615.4A CN112907615B (en) 2021-01-08 2021-01-08 Submarine landform unit contour and detail identification method based on region growing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110022615.4A CN112907615B (en) 2021-01-08 2021-01-08 Submarine landform unit contour and detail identification method based on region growing

Publications (2)

Publication Number Publication Date
CN112907615A CN112907615A (en) 2021-06-04
CN112907615B true CN112907615B (en) 2022-07-26

Family

ID=76112259

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110022615.4A Active CN112907615B (en) 2021-01-08 2021-01-08 Submarine landform unit contour and detail identification method based on region growing

Country Status (1)

Country Link
CN (1) CN112907615B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114782211B (en) * 2022-05-16 2023-04-28 广州海洋地质调查局 Sea mountain distribution range information acquisition method and system
CN114663640B (en) * 2022-05-20 2022-08-26 自然资源部第二海洋研究所 Submarine geographic entity demarcation and classification method based on landform and structural characteristics

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110674823A (en) * 2019-09-26 2020-01-10 中国科学院声学研究所 Sample library construction method based on automatic identification of deep sea large benthonic animals

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107067012B (en) * 2017-04-25 2018-03-16 中国科学院深海科学与工程研究所 Submarine geomorphy cell edges intelligent identification Method based on image procossing
CN108320291B (en) * 2018-01-25 2021-09-14 中国科学院深海科学与工程研究所 Seabed landform boundary extraction method based on Dajin algorithm
CN108629364B (en) * 2018-03-15 2021-07-23 中国石油大学(华东) non-Gaussian submarine landform type identification method based on multi-fractal spectral features
CN108520271B (en) * 2018-03-15 2019-10-01 中国石油大学(华东) Submarine geomorphy type sorter design method based on factorial analysis
CN108460422B (en) * 2018-03-15 2019-10-01 中国石油大学(华东) Submarine geomorphy kind identification method based on depth distribution feature
CN111047704B (en) * 2019-10-29 2023-12-01 国家海洋信息中心 Multi-beam sounding data rough error automatic clearing method for improving region growing algorithm

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110674823A (en) * 2019-09-26 2020-01-10 中国科学院声学研究所 Sample library construction method based on automatic identification of deep sea large benthonic animals

Also Published As

Publication number Publication date
CN112907615A (en) 2021-06-04

Similar Documents

Publication Publication Date Title
Buscombe Shallow water benthic imaging and substrate characterization using recreational-grade sidescan-sonar
CN109001780B (en) Adaptive SAR satellite sea surface ship target in-orbit detection method
CN112907615B (en) Submarine landform unit contour and detail identification method based on region growing
Pasqualini et al. Contribution of side scan sonar to the management of Mediterranean littoral ecosystems
CN107067012A (en) Submarine geomorphy cell edges intelligent identification Method based on image procossing
Masetti et al. Remote identification of a shipwreck site from MBES backscatter
Wawrzyniak et al. MSIS image postioning in port areas with the aid of comparative navigation methods
Naus et al. Precision in determining ship position using the method of comparing an omnidirectional map to a visual shoreline image
JP7065491B2 (en) Type distribution of seaweed beds and acquisition method and equipment of biomass
CN108320291A (en) Submarine geomorphy boundary extraction method based on Otsu algorithm
CN108460422B (en) Submarine geomorphy kind identification method based on depth distribution feature
Trembanis et al. Mesophotic coral ecosystems: a geoacoustically derived proxy for habitat and relative diversity for the leeward shelf of Bonaire, Dutch Caribbean
Prager et al. Bottom classification: operational results from QTC view
Shao et al. Verification of echosounder measurements of thickness and spatial distribution of kelp forests
Taylor et al. Evolution of a benthic imaging system from a towed camera to an automated habitat characterization system
Kruss et al. Estimation of macrophytes using single-beam and multibeam echosounding for environmental monitoring of Arctic fjords (Kongsfjord, West Svalbard Island)
CN113567968B (en) Underwater target real-time segmentation method based on shallow water multi-beam water depth data and application thereof
RU2308055C2 (en) Method for forming of image of sea vessel contour according to radar surveillances
Bayram et al. Shoreline extraction and change detection using 1: 5000 scale orthophoto maps: A case study of Latvia-Riga
Divya et al. Ocean internal wave detection from SAR images using particle swarm optimization
Stienessen et al. Comparison of model types for prediction of seafloor trawlability in the Gulf of Alaska by using multibeam sonar data
Falcidieno et al. High fidelity digital terrain modelling for the reconstruction of the antarctic sea floor
Rana et al. LG-mod multi-scale approach for SAR sea surface wind directions retrieval
Kim et al. Bathymetric Survey for Seabed Topography using Multibeam Echo Sounder in Wando, Korea
Lubis et al. Bathymetry Mapping in The Batu Ampar Waters, Batam: Using Teledyne Odom MB1 Multibeam Echo Sounder (MBES)

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant