Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

38 results about "Block graph" patented technology

In graph theory, a branch of combinatorial mathematics, a block graph or clique tree is a type of undirected graph in which every biconnected component (block) is a clique. Block graphs are sometimes erroneously called Husimi trees (after Kôdi Husimi), but that name more properly refers to cactus graphs, graphs in which every nontrivial biconnected component is a cycle.

RADAR parallax image optimization method and stereo matching parallax image optimization method and system

The invention discloses an RADAR parallax image optimization method, a stereo matching parallax image optimization method and a stereo matching parallax image optimization system. The RADAR parallax image optimization method comprises the following steps: obtaining a color block graph: performing contrast enhancement on an initial image, converting the initial image from an RGB space into a CIELab space, and performing color blocking on the CIELab space by mean-shift color partitioning to obtain the color block graph; acquiring edge information of a parallax image: receiving an initial parallax image of the initial image, and extracting the edge information of the parallax image in the initial parallax image by combining Canny operator; optimizing the parallax image: performing inconsistent region detection on the color block graph and the edge information of the parallax image to obtain a problem region graph, performing OccWeight correction on the initial parallax image according to the problem region graph, and filtering to obtain a final parallax image. According to the method disclosed by the invention, after the initial parallax image is optimized, the error rate is reduced, and the accuracy of the final parallax image is improved.
Owner:深圳市沉浸视觉科技有限公司

Method for calculating contact pressure between grinding pad and surface of chip in CMP simulation model

The embodiment of the invention discloses a method for calculating the contact pressure between a grinding pad and the surface of a chip in a CMP simulation model. The method includes the first step of dividing the surface of the chip into a graph structural region and a field region according to the layout design of the chip, wherein the graph structural region comprises multiple block graph structures, and the field region is the region in the surface of the chip except all the block graph structures, the second step of conducting surface packaging on the graph structural region and the field region to form multiple package blocks according to line widths of all the graph structures and the height difference of the surface of the chip, the third step of conducting grid division on the surfaces of the multiple package blocks and solving initial contact pressure distribution of each package block on the surface of the chip through a contact mechanic equation set, the fourth step of further solving the contact pressure distribution of the surfaces of all the package blocks according to the widths of lines in the package blocks and the surface height difference of the package blocks. Through the method, the calculation efficiency and calculation accuracy can be achieved simultaneously, so that the method has generality and university.
Owner:INST OF MICROELECTRONICS CHINESE ACAD OF SCI

Data transmission method and device

ActiveCN105871512ANo wasteAvoid the problem of increasing transmission overheadError prevention/detection by using return channelBlock graphData transmission
The embodiment of the invention provides a data transmission method and device which are used for Ethernet data retransmission to at least solve the problem that an existing Ethernet link cannot ensure reliable data transmission, and relates to the field of communication. The method comprises the steps that a first block group sent by the sending end is received, wherein the first block group comprises multiple blocks and a first retransmission block, and the first retransmission block comprises a sequence field and a verification field; a second block group is generated, wherein the second block group comprises multiple blocks and a second retransmission block, the second retransmission block comprises a confirmed or unconfirmed field, and the confirmed or unconfirmed field comprises a serial number subfield and a confirmed or unconfirmed identifier subfield, a value of the serial number subfield is a serial number of the first block group, when a verification result of the first block group is correct, a value of the confirmed or unconfirmed identifier subfield is a confirmed identifier, and when the verification result of the first block group is incorrect, the value of the confirmed or unconfirmed identifier subfield is an unconfirmed identifier; the second block group is sent to the sending end.
Owner:HUAWEI TECH CO LTD

Railway-line worker-train positioning predicting and fragment-based caching strategy

The invention discloses a railway-line worker-train positioning predicting and fragment-based caching strategy, and relates to the field of smart traffic. The strategy is characterized in that the fragment-based caching type positioning predicting strategy is realized through spatial data processing in WebGIS-based railway application; the GPS real-time positions of workers or trains in a railway line can be positioned on a railway kilometer post, so that the positions can be marked. The strategy mainly comprises the following steps: constructing a caching block graph, namely, storing valid railway information into the caching blocks by fragments; loading and maintaining the caching blocks, namely, loading the caching blocks assigned by the GPS position in a cache, and maintaining the caching blocks in the cache on the basis of the use condition; predicting the caching blocks, namely, predicting the caching block which is possibly assigned in the next time, and loading and maintaining the caching block; and maintaining a caching pool, namely, storing the caching blocks in the caching block pool of the cache, wherein the use state information is stored in the caching block pool and cleaned on demand. With the adoption of the strategy, the system function completeness is ensured, and the moving target positioning efficiency is improved.
Owner:UNIV OF ELECTRONICS SCI & TECH OF CHINA

Test case generation method and device and storage medium

The invention discloses a test case generation method and device and a storage medium, and the method comprises the steps: building a finite-state machine model and a function block graph model based on a class function block graph language according to a software demand specification; according to the effective state of the function block diagram model, selecting a software running state from the finite-state machine model as a pre-state of the function block diagram model; according to a preset conversion rule, converting the function block diagram model into a conversion finite-state machine model for describing a state change process of software operation, and according to a front state of the function block diagram model, associating the conversion finite-state machine model with a finite-state machine model to obtain a target finite-state machine model; and on the basis of the target finite-state machine model, a preset traversal algorithm is adopted, and each path generates one test case, so that the running process state of the software can be accurately and comprehensively described, the logic relationship between input and output of the software can be accurately described, and the accuracy of the generated test cases is improved.
Owner:ZHUZHOU CSR TIMES ELECTRIC CO LTD

Building block automatic sorting method and system based on binocular vision

The invention discloses a building block automatic sorting method and system based on binocular vision, wherein the method comprises the steps of calibrating a camera; collecting the building blocks on a production line conveying belt through the calibrated camera, and generating the building block graphs; preprocessing the building block graphs to obtain the preprocessed building block graphs; carrying out image conversion on the preprocessed building block graphs to determine the colors of the building blocks; processing the images after the colors of the building blocks are determined, andobtaining the spatial position information of the building blocks; processing a picture collected by the camera, and obtaining the building block information serving as a sorting target; and sending the spatial position information and the building block information serving as the sorting target to a robot for the building block sorting. In the embodiment of the invention, a binocular vision method is used for identifying the spatial positions of the building blocks and automatically grabbing the building blocks, so that the identification and automatic grabbing of the building blocks in the industrial building block production are realized, and the problems of low efficiency and low accuracy in the building block sorting are solved.
Owner:SHANTOU UNIV

Non-blocking graph command processing method

The invention belongs to the field of computer graphics, and relates to a non-blocking graph command processing method. The method comprises the following steps that: (1) obtaining one graphic API (Application Program Interface) command from a host, and analyzing the graphic command; (2) prejudging a resource lock required by the API command, if the resource lock required by the API command is not under a locking state, issuing and executing the graphic API command, otherwise, caching the graphic API command to locality, and processing a next graphic API command; (3) carrying out graphic command function analysis on the issued graphic API command, carrying out classification processing on graphic functions, dividing the graphic functions into parameter configuration, function operations and DMA (Direct Memory Access) transportation, adopting a caching way for the parameter configuration and the function operations, and executing an initiating operation for the DAM transportation; and (4) when a host side does not have a command or a local buffer zone is full, updating the state of the resource lock. By use of the method, on the basis of guaranteeing correct functions, out-of-order execution among commands is executed and parallel execution among graphic tasks are realized, and graphic command processing efficiency is improved.
Owner:XIAN AVIATION COMPUTING TECH RES INST OF AVIATION IND CORP OF CHINA

Erythrocyte morphological analysis result representation method

The invention discloses an erythrocyte morphological analysis result representation method. The erythrocyte morphological analysis result representation method comprises the following steps: samples are processed to obtain morphological feature parameter values including size, shape, chromaticity and texture of each erythrocyte in the samples, at least two of the morphological feature parameter values are selected as analysis targets, and the coordinate area of an erythrocyte nine-block graph is determined according to scatter areas formed by the analysis targets of all the erythrocytes in the samples in a coordinate area; a normal erythrocyte reference range is formed by surveying the scatter areas formed by the analysis targets of erythrocytes of normal people in the erythrocyte nine-block graph; the pathological properties of abnormal erythrocytes are judged according to changes in the scatter areas formed by the analysis targets of various erythrocytes in various samples in the erythrocyte nine-block graph. According to the erythrocyte morphological analysis result representation method, an analysis result is more accurate due to the analysis of the chromaticity, size, shape and textural features of each erythrocyte in the samples, and the erythrocyte morphological analysis result representation method has higher clinic reference significance.
Owner:AVE SCI & TECH CO LTD

Total hip replacement preoperative planning system based on deep learning

The invention provides a total hip replacement preoperative planning system based on deep learning, and the system comprises a total hip joint image collection module which is used for obtaining a to-be-recognized total hip joint three-dimensional block graph; the total hip joint recognition module is used for inputting a to-be-recognized total hip joint three-dimensional block image into a trained three-dimensional segmentation neural network to obtain a thighbone area in each total hip joint two-dimensional cross section image, and the trained three-dimensional segmentation neural network is formed by a preset three-dimensional block image marked with a label of the thighbone area and a preset three-dimensional block image marked with a label of the thighbone area. The method is obtained by training a convolutional neural network. And the total hip joint three-dimensional image construction module is used for obtaining a three-dimensional image of a thighbone region according to the thighbone region in each total hip joint two-dimensional cross section image based on a three-dimensional reconstruction technology. According to the method, the total hip joint three-dimensional block graph is identified, three-dimensional modeling is carried out on the extracted thighbone area based on the three-dimensional block graph, and then the total hip joint identification precision is improved according to the thighbone area three-dimensional model.
Owner:LONGWOOD VALLEY MEDICAL TECH CO LTD +1

Logic component correlation path generation method and system

InactiveCN108647022AImprove the efficiency of writing logicReduce storageVisual/graphical programmingGraphicsBlock graph
The invention provides a logic component correlation path generation method and system. The method comprises the steps of segmenting a canvas into M*N cells in advance, and recording picture elementsin the cells by the cells; placing multiple functional block graphs used for representing logic components in the canvas, and when a logic relationship between any two functional block graphs is configured, clicking an output pin of one functional block graph and clicking an input pin of the other functional block graph; automatically calculating out and judging a type relationship between the output pin and the input pin by a background, generating an inflection point quantity of a connection line, and determining the position of each inflection point cell; and after each inflection point cell generates an inflection point picture element, enabling the cell between the two adjacent inflection point cells to generate a straight line picture element, wherein the overall connection line of all the inflection point picture elements and the straight line picture elements is namely a logic component correlation path. Through the method and the system, an engineer only needs to specify starting and terminating ends of the path; and the optimal path is automatically generated through a path algorithm.
Owner:福州谛听科技有限公司

Multi-thread script generation method and device based on graphical programming

The invention provides a multi-thread script generation method and device based on graphical programming, and relates to the technical field of graphical programming. The multi-thread script generation method comprises the following steps of: creating an editing interface; in response to control operation of a user on the building block graphs, setting n graph combinations on the same editing interface, wherein each graph combination corresponds to one thread and comprises a first building block graph and at least one second building block graph, the first building block graph is used for identifying the graph combination to which the first building block graph belongs, the at least one second building block graph is used for indicating a code of a thread corresponding to the graph combination to which the second building block graph belongs, and n is greater than or equal to 2; and analyzing at least one second building block graph in the graph combination to which each first building block graph belongs, and generating a script file of a thread corresponding to each graph combination. According to the multi-thread script generation method based on graphical programming, the problem that an existing multi-thread script file is high in programming difficulty can be solved.
Owner:SHENZHEN YUEJIANG TECH CO LTD
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products