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

245 results about "Run-length encoding" patented technology

Run-length encoding (RLE) is a form of lossless data compression in which runs of data (sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. This is most useful on data that contains many such runs. Consider, for example, simple graphic images such as icons, line drawings, Conway’s Game of Life, and animations. It is not useful with files that don't have many runs as it could greatly increase the file size.

Digital image compressing, encrypting and encoding combined method

ActiveCN104144343ASolve the problem that effective compression cannot be performedEffective security protectionDigital video signal modificationAc coefficientJPEG
The invention discloses a digital image compressing, encrypting and encoding combined method, and belongs to the technical field of image encrypting. The method is achieved on the basis of the JPEG compressing and encoding standard which is most widely applied at present, and the encrypting algorithm based on chaos is integrated with the encoding process; according to the characteristic that DC coefficients and AC coefficients are separately encoded on the basis of the JPEG standard, the DC coefficients and the AC coefficients of an image are separately encrypted; in order to give consideration to both security and compressing efficiency, all the DC coefficients and part of the AC coefficients are encrypted through the method, coefficients at the same positions in all DCT blocks are divided into different groups and are scrambled and diffused within the groups, and damage to differential encoding and run length encoding in the encrypting process is reduced as much as possible; scrambling and diffusing are achieved on the basis of logistic chaotic mapping and Chebyshev chaotic mapping respectively. The experiments prove that the method has high data compressing capacity while providing effective image data security protection.
Owner:NORTHEASTERN UNIV

Remote sensing image near-lossless compression hardware realization method based on improved JPEG-LS algorithm

A remote sensing image near-lossless compression hardware realization method based on improved JPEG-LS algorithm comprises the steps (1) directly calculating to obtain a pixel reconstruction value by the pixel actual value of an input image and accomplishing the calculation in a single clock period by using a formula Rx=int[Ix/(2Near+1)]*(2Near+1), in the formula, the Rx and the Ix are respectively the pixel reconstruction value and actual value, the int is rounding operation, and the Near is a compression ratio control factor; (2) calculating a context environmental variable Q according to the obtained pixel reconstruction value, if Q is equal to 0, performing run coding, otherwise, going to a step (3) of performing conventional coding; (3) calculating the predictive value of the current pixel by the pixel reconstruction value according to the geometric position relation between the current pixel and the adjacent pixel; (4) calculating the residual value between the predictive value and actual value of the current pixel; and (5) performing Golomb coding after quantising the obtained residual value, and synchronously updating the parameter variable corresponding to the context environmental variable Q using the quantisation result.
Owner:BEIJING RES INST OF SPATIAL MECHANICAL & ELECTRICAL TECH

Medical image ROI (Region of Interest) compression method based on lifting wavelet and PCNN (Pulse Coupled Neural Network)

The invention publishes a medical image ROI compression method based on a lifting wavelet and a PCNN, which comprises the following steps of: circling a region of interest by a doctor, and separating the region of interest from a region of no interest by a difference image method; adopting lossless compression in the region of interest, constructing compactly supported biorthogonal wavelet transformation through a lifting scheme, and then carrying out Huffman encoding; adopting lossy compression in the region of no interest, segmenting gray-value pixel approximate points through the PCNN, carrying out ignition operation, and then carrying out run-length encoding; and finally carrying out inverse transformation restoration, merging the region of interest and the region of no interest, and eliminating a boundary discontinuity problem through linear interpolation. Experimental results prove that the region of interest can be flexibly selected and controlled by the compression method, the used information for doctor diagnosis can be completely reserved, and the compression ratio is higher. Meanwhile, the computation for an ROI mask and the computation and the encoding for a wavelet coefficient difference value are omitted, the compression and decompression time and the algorithm complexity are reduced, and the image processing and transmitting efficiency is improved.
Owner:NANJING UNIV OF INFORMATION SCI & TECH

Multilayer Hash structure and run coding-based lossless compression method for data

ActiveCN103236847AFast codec speedEliminates the disadvantage of poor compressionCode conversionSpecial data processing applicationsAlgorithmOriginal data
The invention discloses a multilayer Hash structure and run coding-based lossless compression method for data and mainly aims to solve the problems that a compression effect on repeating data is poor and the longest matching character string is hard to find out when matching character strings are searched by adopting a Lempel-Ziv-Oberhumer (LZO) compression method. The multilayer Hash structure and run coding-based lossless compression method for the data comprises the following implementation steps of: (1) reading in original data, and preprocessing the original data by using run coding to obtain to-be-compressed data; (2) judging the read data is a new character or not; searching the longest matching character string if the read data is not the new character, and coding according to the repeated length and the anaphora distance of the character, and coding according to a coding method for the new character if the read data is the new character; and (3) updating a reading position according to the coded character, and judging whether the end of the to-be-compressed data is coded or not, ending if the end of the to-be-compressed data is coded, and continuously reading in the to-be-compressed data if the end of the to-be-compressed data is not coded, and returning to the step (2). Compared with other traditional lossless compression methods, the multilayer Hash structure and run coding-based lossless compression method for the data is higher in compression efficiency, and can be used in storage devices with requirements on the compression speed and the compression efficiency of the data.
Owner:中裕广恒科技股份有限公司

Method for learning driving style based on self-coded regularization network

The invention discloses a method for learning driving styles based on a self-coded regularization network. The method mainly comprises the following steps: performing GPS (Global Positioning System) data conversion, performing regularization network self coding, performing target function sum approximation, establishing a run length encoding frame, and establishing the number of drivers, namely, in a group of unknown driving, inputting GPS data of vehicles establishing a statistic characteristic matrix as network input, introducing a marker of a limited training set as a prior into an unsupervised automatic encoder, reconstructing hidden layer RNN (Recurrent Neural Network) characteristics, extracting a neck layer of a regularization self-coding structure as a final driving style characteristic representation layer, and estimating the number of drivers in the driving process. By adopting the method, the limit that the driving style of an unknown driver is hard to describe can be solved, a self-coded regularization network is designed to directly learn driving habits of the driver from the GPS data, then recognition and classification precision of different drivers can be improved, and a relatively safe and accurate method can be provided for design of assistant and automatic driving systems.
Owner:SHENZHEN WEITESHI TECH

Mobile device memory compression method based on dictionary encoding and run-length encoding

The invention discloses a mobile device memory compression method based on dictionary encoding and run-length encoding. The mobile device memory compression method based on the dictionary encoding and the run-length encoding mainly solves the problem that an existing dictionary encoding compression method and an existing run-length encoding compression method are low in compression ratio of memory data. The mobile device memory compression method based on the dictionary encoding and the run-length encoding mainly comprises the following steps of (1) reading in the memory data and the lengths of the storage data, (2) judging whether the memory data are compressible data, directly recording the lengths of the data and the data when the data are not compressible data, and using a run-length encoding compressed format to compress continuous identical character strings when the data are compressible data, (3) using a dictionary compressed format to compress other ordinary memory data, (4) judging whether compression is carried out on the tail of the memory data, stopping compressing when the compression is carried out on the tail of the memory data, and continuing reading in the memory data when the compression is not carried out on the tail of the memory data. Compared with existing other storage compression methods, the mobile device memory compression method based on the dictionary encoding and the run-length encoding is higher in compression ratio, thus more residual space can be released for an internal storage of a mobile device, operating efficiency of the mobile device can be improved, and the mobile device memory compression method based on the dictionary encoding and the run-length encoding can be used in mobile devices which need memory compression.
Owner:XIDIAN UNIV +1

Lossless compressing method and lossless uncompressing method of fault wave record data

InactiveCN103457609ALossless restorationNo lossCode conversionChannel dataData file
The invention relates to a lossless compressing method and lossless uncompressing method of fault wave record data. The compressing method comprises the steps that firstly a comtrade configuration file is analyzed, and a dat data file is obtained; the dat data file is divided into data basic information, analog channel data and state quantity channel data according to content; the data basic information is stored in a data basic information area; sampling point data of a current period of each analog channel and synchronous sampling point data of the last period of the analog channel are subtracted in sequence, and the results are stored into an analog data pre-processing compression area; the state quantity channel data are compressed in a run coding mode, and the compressed data are stored into a state data pre-processing compression area; one-time dictionary compression is conducted on a pre-processed compression file, and a final compression file is formed. According to the respective data characteristics of the three parts, data pre-processing compression is conducted in different modes, secondary compression is conducted on the pre-processed data, and the compression is efficient and lossless. The uncompressing method is the reverse process of the data compression and the process of data reconstitution.
Owner:XUJI GRP +2
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