WO2018076663A1 - Method and system for unwrapping panoramic image - Google Patents

Method and system for unwrapping panoramic image Download PDF

Info

Publication number
WO2018076663A1
WO2018076663A1 PCT/CN2017/084481 CN2017084481W WO2018076663A1 WO 2018076663 A1 WO2018076663 A1 WO 2018076663A1 CN 2017084481 W CN2017084481 W CN 2017084481W WO 2018076663 A1 WO2018076663 A1 WO 2018076663A1
Authority
WO
WIPO (PCT)
Prior art keywords
panoramic
image
spherical
panoramic image
expansion
Prior art date
Application number
PCT/CN2017/084481
Other languages
French (fr)
Chinese (zh)
Inventor
王士博
沈靖程
刘亚辉
Original Assignee
深圳市圆周率软件科技有限责任公司
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 深圳市圆周率软件科技有限责任公司 filed Critical 深圳市圆周率软件科技有限责任公司
Publication of WO2018076663A1 publication Critical patent/WO2018076663A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/06Topological mapping of higher dimensional structures onto lower dimensional surfaces
    • G06T3/073Transforming surfaces of revolution to planar images, e.g. cylindrical surfaces to planar images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/08Projecting images onto non-planar surfaces, e.g. geodetic screens

Definitions

  • the present disclosure relates to image processing technologies, and in particular, to a panoramic image expansion method and system.
  • panoramic images including panoramic images and panoramic video, hereinafter collectively referred to as panoramic images
  • To store and transmit panoramic images it is necessary to have a spherical image of the panoramic image.
  • the image is expanded and saved to a flat image.
  • the panoramic video industry mostly uses Equirectangular Projection, and the projected panoramic image is a 2:1 ratio image.
  • a spherical image with a small area With a panoramic image projected by a spherical rectangle, a spherical image with a small area will be stretched to a large area. That is to say, a spherical image with a very low pixel is projected through a spherical rectangle and requires a larger planar image to be saved. If such an image is saved or transmitted, a larger memory and network bandwidth are required.
  • the present disclosure provides a panoramic image expansion method and system, which can ensure that the expanded two-dimensional image size is smaller than that of the current mainstream panoramic image expansion method without changing the planar image quality after expansion. size.
  • the present disclosure provides a panoramic image expansion method, including the following steps:
  • the panoramic spherical image is divided into N spherical regions along N-1 latitude lines that can cut the warp into N equal parts. And projecting the N spherical regions separately to obtain N rectangles, and the whole of the N rectangles is a latitude expansion map, where N is a positive integer greater than the first threshold;
  • the latitude development map is divided into M spherical regions along the M-1 warp lines that can cut the weft into M equal parts, and the M spherical regions are respectively projected to obtain M hexagons, and are called
  • the whole of the M hexagons is a longitude expansion map, where M is a positive integer greater than the second threshold;
  • the lower half of the hexagon of the longitude expansion map is transferred to the upper half of the hexagon of the longitude expansion map and spliced to obtain a panoramic plane image.
  • the first threshold is 1000000 and the second threshold is 9999999.
  • the first threshold is 1000 and the second threshold is 2000.
  • the width of the picture on any one of the latitude expansion maps is equal to the circumference of the latitude of the panoramic spherical image.
  • the N spherical regions are respectively projected by using a rectangular projection.
  • the M spherical regions are respectively projected by using a straight approximation transformation.
  • the curve approximation transforms the arc to be stretched or compressed into a straight line.
  • the present disclosure provides a panoramic image expansion system including a latitude cutting module configured to divide a panoramic spherical image into N spherical regions along N-1 latitude lines that can cut a warp into N aliquots, and The N spherical regions are respectively projected to obtain N rectangles, and the whole of the N rectangles is referred to as a latitude expansion map, where N is a positive integer of infinity;
  • the longitude cutting module is configured to divide the latitude development map into M spherical regions along M-1 warp lines that can cut the weft into M equal parts, and project the M spherical regions separately to obtain M spherical regions.
  • a hexagon and the entirety of the M hexagons is a longitude expansion map, where M is a positive integer of infinity;
  • a splicing module configured to uniformly transfer the lower half of the hexagon of the longitude development map to the Longitude expands the upper half of the hexagon of the figure and splices it to obtain a panoramic plane image.
  • the first threshold is 1000000 and the second threshold is 9999999.
  • the first threshold is 1000 and the second threshold is 2000.
  • the width of the picture on any one of the latitude expansion maps is equal to the circumference of the latitude of the panoramic spherical image.
  • the N spherical regions are respectively projected by using a rectangular projection.
  • the M spherical regions are respectively projected by using a straight approximation transformation.
  • the curved approximation transform stretches or compresses the arc into a straight line.
  • the present disclosure provides a non-transitory storage medium storing computer executable instructions arranged to perform the panoramic image expansion method described above.
  • the present disclosure provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions when the program instructions are When executed, the computer is caused to perform the above-described panoramic image expansion method.
  • the present disclosure provides an electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, When the instructions are executed by the at least one processor, the at least one processor is caused to perform the panoramic image expansion method described above.
  • the panoramic image unfolding method and system provided by the present disclosure ensure that the size of the expanded two-dimensional image is smaller than the size of the expanded image of the current mainstream panoramic image expansion method, and the memory is saved. And the purpose of reducing bandwidth, compared to rectangular projection, can greatly reduce redundant data.
  • FIG. 1 is a flowchart of a method for expanding a panoramic image disclosed in an embodiment of the present disclosure
  • FIG. 2 is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-degree four-division panoramic expansion image;
  • FIG. 3 is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-degree N-partial panoramic expansion image;
  • FIG. 4 is a schematic diagram of an equal-latitude N-partition panoramic expansion image projected into an equal-longitude halved panoramic expansion image and a projected image according to an embodiment of the present disclosure
  • FIG. 5 is a schematic diagram of an equal-latitude N-divided panoramic expanded image projected into an equal-longitude M equal-divided panoramic expanded image and a projected image disclosed in the embodiment of the present disclosure
  • FIG. 6 is a schematic diagram of a panoramic planar image after splicing of an equal-longitude M equal-divided panoramic image disclosed in an embodiment of the present disclosure
  • FIG. 7 is a frame diagram of a panoramic image expansion system disclosed in an embodiment of the present disclosure.
  • FIG. 8 is a structural block diagram of an electronic device disclosed in an embodiment of the present disclosure.
  • FIG. 1 is a flowchart of a method for expanding a panoramic image disclosed in this embodiment.
  • the panoramic image is a panoramic spherical image
  • the development process of the panoramic spherical surface is described by the expansion process of the spherical surface of the earth, and the concept of the earth latitude and longitude is cited to specifically explain the present disclosure.
  • the panoramic image expansion method includes steps S100 to 104.
  • step S100 the panoramic spherical image is divided into N spherical regions by the equal latitude difference N-1 in the longitude, and the N spherical regions are respectively projected to obtain N rectangles, and the whole of the N rectangles is called the latitude. Expand the graph, where N is a positive integer of infinity;
  • step S102 the latitude expansion map is divided into M spherical regions by latitude and longitude M-1, and M spherical regions are respectively projected to obtain M hexagons, which are called M hexagons.
  • M is a positive integer of infinity
  • step S104 the lower half of the hexagon of the longitude expansion map is uniformly transferred to the upper half of the hexagon of the longitude expansion map and spliced to obtain a panoramic plane image.
  • the width of the picture on any one of the latitude expansion maps is equal to the circumference of the corresponding latitude of the panoramic spherical image, and the N spherical areas are respectively projected using a rectangular projection.
  • the M spherical regions are respectively projected by a straight approximation transformation, and the straight approximation transformation stretches or compresses the arc into a straight line.
  • FIG. 2 is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-latitude four-divided panoramic expansion image.
  • the present embodiment still uses the unfolding process of the earth sphere to describe the unfolding process of the panoramic sphere, and cites the concept of the earth latitude and longitude.
  • Schematic diagram as shown in the figure, the panoramic spherical image projection is obtained by rectangular projection to obtain an equal latitude quadrant panoramic expansion image, wherein the middle portion of the equal latitude quadrant panoramic expansion image is equal to the circumference of the panoramic spherical image, and The value of the equal latitude is ⁇ d/8.
  • FIG. 3 is a schematic diagram of the panoramic spherical image projection disclosed in the embodiment of the present disclosure as an equal-latitude N-half panoramic expansion image.
  • the panoramic spherical image projection is obtained by rectangular projection to obtain an equally latitude N-partitioned panoramic expansion image, wherein the length of the zero latitude line in the equal-latitude N-partitioned panoramic expansion image is equal to the circumference of the panoramic spherical image.
  • the expansion ratio is 1:1.
  • FIG. 4 is a schematic diagram of the equal-latitude N-divided panoramic expansion image projected into the equal-longitude halved panoramic expansion image and the projected image disclosed in the embodiment of the present disclosure.
  • M the equal-latitude N-partitioned panoramic expansion image
  • the straight-line approximation transformation is used to obtain an equal-longitude bisecting panoramic expansion image.
  • the straight curve approximation is based on stretching or compressing the arc to a straight line.
  • the broken line is a bisection panoramic expansion image
  • the solid line is a bisected expanded projection image.
  • 8 points of a certain latitude are respectively stretched and Compress the transform to get a hexagonal image.
  • stretching from point A to point X, stretching from point B to point C to point Y, stretching from point D to point Z, compressing point E to point J, and compressing point F to K Point compress the G point to M point, and compress the H point to N point.
  • the latitude line passing through four points A, B, C, and D on the arc is any latitude line, and between the latitude line and the zero latitude line passing through four points A, B, C, and D on the arc
  • the points on all the arcs are stretched to obtain a line perpendicular to the zero latitude line, that is, the distance between the stretched lines is the equator length.
  • the points on all the arcs between the arc top and the latitude lines passing through the four points A, B, C, and D are compressed or stretched into a straight line, just as the point E is compressed to J point. Compress point F to point K, compress point G to point M, and compress point H to point N Shown.
  • FIG. 5 is a schematic diagram of the equal-latitude N-partition panoramic expansion image projected into an equal-longitude M equal-divided panoramic expansion image and a projected image disclosed in the embodiment of the present disclosure.
  • M is infinite
  • each point on the arc at the same latitude is stretched by a method similar to that of FIG. 4.
  • a is stretched to x
  • b is stretched to y
  • other points in the upper half of the arc are correspondingly stretched or compressed.
  • the other points in the lower half of the arc are stretched or compressed accordingly.
  • the entire arc is compressed and stretched, resulting in an infinitely small hexagonal image.
  • FIG. 6 is a schematic diagram of a panoramic planar image after splicing of the equal-longitude M equal-divided panoramic image disclosed in the embodiment of the present disclosure.
  • the lower half of the hexagon of the M-divided panoramic image is uniformly transferred to the upper half of the hexagon of the M-divided panoramic image and spliced to obtain a M-partition panoramic mosaic image.
  • the finally obtained panoramic plane image can greatly reduce redundant data, and save memory and reduce bandwidth, compared with the panoramic plane image directly obtained by rectangular projection.
  • FIG. 7 is a frame diagram of a panoramic image expansion system 70 disclosed in an embodiment of the present disclosure.
  • the panoramic image is a panoramic spherical image
  • the development process of the panoramic spherical surface is described by the expansion process of the spherical surface of the earth, and the concept of the earth latitude and longitude is cited to specifically explain the present disclosure.
  • the panoramic image expansion system 70 includes a latitude cutting module 701 and a longitude cutting module 703. And splicing module 705.
  • the latitude cutting module 701 is configured to divide the panoramic spherical image into N spherical regions by the equal latitude difference N-1 in the longitude, and project the N spherical regions separately to obtain N rectangles, and call the N rectangles as a whole.
  • the longitude cutting module 703 is configured to divide the latitude expansion map into M spherical regions by latitude and longitude M-1, and project the M spherical regions separately to obtain M hexagons, and call M six sides.
  • the whole shape is a longitude expansion map, where M is a positive integer of infinity.
  • the splicing module 705 is arranged to uniformly transfer the lower half of the hexagon of the longitude expansion map to the upper half of the hexagon of the longitude expansion map and splicing to obtain a panoramic plane image.
  • the present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the panoramic image expansion method of the above-described embodiments.
  • the present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to execute the panoramic image expansion method of the above embodiment.
  • FIG. 8 is a structural block diagram of an electronic device according to an embodiment of the present disclosure.
  • the electronic device may include a processor 81 and a memory 83, and may further include a communication interface 82 and a bus 84.
  • the processor 81, the communication interface 82, and the memory 83 can complete communication with each other through the bus 84.
  • Communication interface 82 can be used for information transfer.
  • the processor 81 can call the logic instructions in the memory 83 to perform the panoramic image expansion method of the above embodiment.
  • the logic instructions in the memory 83 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
  • the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure.
  • the foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
  • a medium that can store program code, or a transitory storage medium including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
  • the resulting panoramic planar image greatly reduces redundant data relative to the panoramic planar image directly obtained by the rectangular projection, thereby achieving the purpose of saving memory and reducing bandwidth.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Studio Devices (AREA)
  • Image Processing (AREA)
  • Stereoscopic And Panoramic Photography (AREA)

Abstract

Provided in the present disclosure are a method and a system for unwrapping a panoramic image. The method comprises: dividing equally and longitudinally, by an equal latitudinal difference N-1, a spherical panoramic image into N spherical regions, and respectively projecting the N spherical regions to obtain an unwrapped latitudinal view; dividing equally and latitudinally, by longitudinal difference M-1, the unwrapped latitudinal view into M spherical regions, and respectively projecting the M spherical regions to obtain an unwrapped longitudinal view; uniformly transferring the lower half of the hexagon of the unwrapped longitudinal view to the upper half of the hexagon of the unwrapped longitudinal view and splicing same to obtain a plane panoramic image. In the method and system for unwrapping a panoramic image provided in the present disclosure, the size of the unwrapped two-dimensional image is smaller than the size of the image unwrapped using the popular panoramic image unwrapping method, while guaranteeing that the unwrapped plane images have identical quality, achieving purposes of saving memory and reducing bandwidth.

Description

全景图像展开方法及系统Panoramic image expansion method and system 技术领域Technical field
本公开涉及图像处理技术,具体涉及一种全景图像展开方法及系统。The present disclosure relates to image processing technologies, and in particular, to a panoramic image expansion method and system.
背景技术Background technique
随着虚拟现实(Virtual Reality,VR)的快速发展,全景图像(包括全景图片和全景视频,以下统称全景图像)的需求也就越来越多,存储和传输全景图像,需要把全景图像的球面图像展开并保存到一个平面图像中。目前,全景视频行业大多使用的是矩形投影(Equirectangular Projection),经过投影处理后的全景图像是一幅2∶1比例的图像。With the rapid development of Virtual Reality (VR), the demand for panoramic images (including panoramic images and panoramic video, hereinafter collectively referred to as panoramic images) is increasing. To store and transmit panoramic images, it is necessary to have a spherical image of the panoramic image. The image is expanded and saved to a flat image. At present, the panoramic video industry mostly uses Equirectangular Projection, and the projected panoramic image is a 2:1 ratio image.
使用球面矩形投影的全景图像,原本面积很小的球面图像会被拉伸得面积很大。就是说,本来像素很低的球面图像,经过球面矩形投影,需要尺寸较大的平面图像去保存,如果将这样的图像保存或传输,就需要更大的内存和网络带宽。With a panoramic image projected by a spherical rectangle, a spherical image with a small area will be stretched to a large area. That is to say, a spherical image with a very low pixel is projected through a spherical rectangle and requires a larger planar image to be saved. If such an image is saved or transmitted, a larger memory and network bandwidth are required.
发明内容Summary of the invention
为了解决上述问题,本公开提供了一种全景图像展开方法及系统,可以保证不改变展开后的平面图像质量情况下,使展开后的二维图像尺寸小于目前主流的全景图像展开方法展开图像的尺寸。In order to solve the above problems, the present disclosure provides a panoramic image expansion method and system, which can ensure that the expanded two-dimensional image size is smaller than that of the current mainstream panoramic image expansion method without changing the planar image quality after expansion. size.
第一方面,本公开提供了一种全景图像展开方法,包括以下步骤:In a first aspect, the present disclosure provides a panoramic image expansion method, including the following steps:
将全景球面图像沿着可将经线切割成N等份的N-1条纬线分为N个球面区域, 并将所述N个球面区域分别进行投影,得到N个矩形,并称所述N个矩形的整体为纬度展开图,其中,N为大于第一阈值的正整数;The panoramic spherical image is divided into N spherical regions along N-1 latitude lines that can cut the warp into N equal parts. And projecting the N spherical regions separately to obtain N rectangles, and the whole of the N rectangles is a latitude expansion map, where N is a positive integer greater than the first threshold;
将所述纬度展开图沿着可将纬线切割成M等份的M-1条经线分为M个球面区域,并将所述M个球面区域分别进行投影,得到M个六边形,并称所述M个六边形的整体为经度展开图,其中,M为大于第二阈值的正整数;The latitude development map is divided into M spherical regions along the M-1 warp lines that can cut the weft into M equal parts, and the M spherical regions are respectively projected to obtain M hexagons, and are called The whole of the M hexagons is a longitude expansion map, where M is a positive integer greater than the second threshold;
将所述经度展开图的六边形下半部分转移到所述经度展开图的六边形上半部分并进行拼接,得到全景平面图像。The lower half of the hexagon of the longitude expansion map is transferred to the upper half of the hexagon of the longitude expansion map and spliced to obtain a panoramic plane image.
可选地,第一阈值为1000000,第二阈值为9999999。Optionally, the first threshold is 1000000 and the second threshold is 9999999.
可选地,第一阈值为1000,第二阈值为2000。Optionally, the first threshold is 1000 and the second threshold is 2000.
可选地,所述纬度展开图的任何一条纬度上的图片的宽度,均等于所述全景球面图像的纬度的周长。Optionally, the width of the picture on any one of the latitude expansion maps is equal to the circumference of the latitude of the panoramic spherical image.
可选地,将所述N个球面区域分别进行投影采用的是矩形投影。Optionally, the N spherical regions are respectively projected by using a rectangular projection.
可选地,将所述M个球面区域分别进行投影采用的是曲直近似变换。Optionally, the M spherical regions are respectively projected by using a straight approximation transformation.
可选地,所述曲直近似变换的是将圆弧进行拉伸或者压缩成直线。Optionally, the curve approximation transforms the arc to be stretched or compressed into a straight line.
另一方面,本公开提供了一种全景图像展开系统,包括纬度切割模块,设置为将全景球面图像沿着可将经线切割成N等份的N-1条纬线分为N个球面区域,并将所述N个球面区域分别进行投影,得到N个矩形,并称所述N个矩形的整体为纬度展开图,其中,N为无穷大的正整数;In another aspect, the present disclosure provides a panoramic image expansion system including a latitude cutting module configured to divide a panoramic spherical image into N spherical regions along N-1 latitude lines that can cut a warp into N aliquots, and The N spherical regions are respectively projected to obtain N rectangles, and the whole of the N rectangles is referred to as a latitude expansion map, where N is a positive integer of infinity;
经度切割模块,设置为将所述纬度展开图沿着可将纬线切割成M等份的M-1条经线分为M个球面区域,并将所述M个球面区域分别进行投影,得到M个六边形,并称所述M个六边形的整体为经度展开图,其中,M为无穷大的正整数;以及The longitude cutting module is configured to divide the latitude development map into M spherical regions along M-1 warp lines that can cut the weft into M equal parts, and project the M spherical regions separately to obtain M spherical regions. a hexagon, and the entirety of the M hexagons is a longitude expansion map, where M is a positive integer of infinity;
拼接模块,设置为将所述经度展开图的六边形下半部分均匀的转移到所述 经度展开图的六边形上半部分并进行拼接,得到全景平面图像。a splicing module configured to uniformly transfer the lower half of the hexagon of the longitude development map to the Longitude expands the upper half of the hexagon of the figure and splices it to obtain a panoramic plane image.
可选地,第一阈值为1000000,第二阈值为9999999。Optionally, the first threshold is 1000000 and the second threshold is 9999999.
可选地,第一阈值为1000,第二阈值为2000。Optionally, the first threshold is 1000 and the second threshold is 2000.
可选地,所述纬度展开图的任何一条纬度上的图片的宽度,均等于所述全景球面图像的纬度的周长。Optionally, the width of the picture on any one of the latitude expansion maps is equal to the circumference of the latitude of the panoramic spherical image.
可选地,将所述N个球面区域分别进行投影采用的是矩形投影。Optionally, the N spherical regions are respectively projected by using a rectangular projection.
可选地,将所述M个球面区域分别进行投影采用的是曲直近似变换。Optionally, the M spherical regions are respectively projected by using a straight approximation transformation.
可选地,所述曲直近似变换将圆弧进行拉伸或者压缩成直线。Optionally, the curved approximation transform stretches or compresses the arc into a straight line.
另一方面,本公开提供了一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述的全景图像展开方法。In another aspect, the present disclosure provides a non-transitory storage medium storing computer executable instructions arranged to perform the panoramic image expansion method described above.
另一方面,本公开提供了一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述的全景图像展开方法。In another aspect, the present disclosure provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions when the program instructions are When executed, the computer is caused to perform the above-described panoramic image expansion method.
另一方面,本公开提供了一种电子设备,包括至少一个处理器和与所述至少一个处理器通信连接的存储器,所述存储器用于存储可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行时,使所述至少一个处理器执行上述的全景图像展开方法。In another aspect, the present disclosure provides an electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, When the instructions are executed by the at least one processor, the at least one processor is caused to perform the panoramic image expansion method described above.
本公开提供的一种全景图像展开方法及系统,在保证展开后的平面图像质量相同的情况下,使展开后的二维图像尺寸小于目前主流的全景图像展开方法展开图像的尺寸,达到节约内存和减少带宽的目的,相对于矩形投影,可大大减少冗余数据。 The panoramic image unfolding method and system provided by the present disclosure ensure that the size of the expanded two-dimensional image is smaller than the size of the expanded image of the current mainstream panoramic image expansion method, and the memory is saved. And the purpose of reducing bandwidth, compared to rectangular projection, can greatly reduce redundant data.
附图说明DRAWINGS
为了更清楚地说明本公开实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本公开的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present disclosure, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the present disclosure. Other drawings may also be obtained from those of ordinary skill in the art in light of the inventive work.
图1是本公开实施例公开的一种全景图像展开方法的流程图;1 is a flowchart of a method for expanding a panoramic image disclosed in an embodiment of the present disclosure;
图2是本公开实施例公开的全景球面图像投影为等纬度四等分全景展开图像的示意图;2 is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-degree four-division panoramic expansion image;
图3是本公开实施例公开的全景球面图像投影为等纬度N等分全景展开图像的示意图;3 is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-degree N-partial panoramic expansion image;
图4是本公开实施例公开的等纬度N等分全景展开图像投影为等经度二等分全景展开图像以及投影图像的示意图;4 is a schematic diagram of an equal-latitude N-partition panoramic expansion image projected into an equal-longitude halved panoramic expansion image and a projected image according to an embodiment of the present disclosure;
图5是本公开实施例公开的等纬度N等分全景展开图像投影为等经度M等分全景展开图像以及投影图像的示意图;5 is a schematic diagram of an equal-latitude N-divided panoramic expanded image projected into an equal-longitude M equal-divided panoramic expanded image and a projected image disclosed in the embodiment of the present disclosure;
图6是本公开实施例公开的等经度M等分全景展开图像进行拼接后的全景平面图像的示意图;6 is a schematic diagram of a panoramic planar image after splicing of an equal-longitude M equal-divided panoramic image disclosed in an embodiment of the present disclosure;
图7是本公开实施例公开的一种全景图像展开系统的框架图;7 is a frame diagram of a panoramic image expansion system disclosed in an embodiment of the present disclosure;
图8是本公开实施例公开的电子设备的结构框图。FIG. 8 is a structural block diagram of an electronic device disclosed in an embodiment of the present disclosure.
具体实施方式detailed description
下面将结合本公开实施例中的附图,对本公开实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是一部分实施例,而不是全部的实施例。本实施例公开了一种全景图像展开方法及系统。以下分别进行详细说 明。The technical solutions in the embodiments of the present disclosure are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present disclosure. It is obvious that the described embodiments are only a part of the embodiments, and not all of the embodiments. This embodiment discloses a panoramic image expansion method and system. The following is a detailed description Bright.
请参见图1,图1是本实施例公开的一种全景图像展开方法的流程图。在本实施方式中,全景图像为全景球面图像,以地球球面的展开过程来描述全景球面的展开过程,并引用了地球经纬线的概念,以便具体说明本公开。Referring to FIG. 1, FIG. 1 is a flowchart of a method for expanding a panoramic image disclosed in this embodiment. In the present embodiment, the panoramic image is a panoramic spherical image, and the development process of the panoramic spherical surface is described by the expansion process of the spherical surface of the earth, and the concept of the earth latitude and longitude is cited to specifically explain the present disclosure.
在本实施方式中,全景图像展开方法包括步骤S100至步骤104。In the present embodiment, the panoramic image expansion method includes steps S100 to 104.
在步骤S100,将全景球面图像在经度上以等纬度差N-1等分为N个球面区域,并将N个球面区域分别进行投影,得到N个矩形,并称N个矩形的整体为纬度展开图,其中,N为无穷大的正整数;In step S100, the panoramic spherical image is divided into N spherical regions by the equal latitude difference N-1 in the longitude, and the N spherical regions are respectively projected to obtain N rectangles, and the whole of the N rectangles is called the latitude. Expand the graph, where N is a positive integer of infinity;
在步骤S102,将纬度展开图在纬度上以经度差M-1等分为M个球面区域,并将M个球面区域分别进行投影,得到M个六边形,并称M个六边形的整体为经度展开图,其中,M为无穷大的正整数;In step S102, the latitude expansion map is divided into M spherical regions by latitude and longitude M-1, and M spherical regions are respectively projected to obtain M hexagons, which are called M hexagons. The whole is a longitude expansion map, where M is a positive integer of infinity;
在步骤S104,将经度展开图的六边形下半部分均匀的转移到经度展开图的六边形上半部分并进行拼接,得到全景平面图像。In step S104, the lower half of the hexagon of the longitude expansion map is uniformly transferred to the upper half of the hexagon of the longitude expansion map and spliced to obtain a panoramic plane image.
具体而言,纬度展开图的任何一条纬度上的图片的宽度,均等于全景球面图像的相应纬度的周长,且将所述N个球面区域分别进行投影采用的是矩形投影。Specifically, the width of the picture on any one of the latitude expansion maps is equal to the circumference of the corresponding latitude of the panoramic spherical image, and the N spherical areas are respectively projected using a rectangular projection.
进一步的,将M个球面区域分别进行投影采用的是曲直近似变换,且曲直近似变换将圆弧进行拉伸或者压缩成直线。Further, the M spherical regions are respectively projected by a straight approximation transformation, and the straight approximation transformation stretches or compresses the arc into a straight line.
为了进一步说明本公开实施例,请参见图2,图2是本公开实施例公开的全景球面图像投影为等纬度四等分全景展开图像的示意图。In order to further illustrate the embodiments of the present disclosure, please refer to FIG. 2 , which is a schematic diagram of a panoramic spherical image projection disclosed in an embodiment of the present disclosure as an iso-latitude four-divided panoramic expansion image.
如前述,为了便于描述,本实施例依然采用地球球面的展开过程来描述全景球面的展开过程,并引用了地球经纬线的概念。As described above, for convenience of description, the present embodiment still uses the unfolding process of the earth sphere to describe the unfolding process of the panoramic sphere, and cites the concept of the earth latitude and longitude.
图2表示的是当N=4时,全景球面图像投影为等纬度四等分全景展开图像 的示意图,如图所示,全景球面图像投影通过矩形投影而得到等纬度四等分全景展开图像,其中,等纬度四等分全景展开图像中的中间部分长度等于全景球面图像的周长,且等纬度的值为πd/8。Figure 2 shows that when N=4, the panoramic spherical image is projected into an iso-latitude quad-equal panoramic expansion image. Schematic diagram, as shown in the figure, the panoramic spherical image projection is obtained by rectangular projection to obtain an equal latitude quadrant panoramic expansion image, wherein the middle portion of the equal latitude quadrant panoramic expansion image is equal to the circumference of the panoramic spherical image, and The value of the equal latitude is πd/8.
当N为无穷大时,请参阅图3,图3是本公开实施例公开的全景球面图像投影为等纬度N等分全景展开图像的示意图。如图所示,全景球面图像投影通过矩形投影而得到等纬度N等分全景展开图像,其中,等纬度N等分全景展开图像中的零纬度线的长度等于全景球面图像的周长。有图中可见,经过矩形投影后,展开率为1∶1。When N is infinite, please refer to FIG. 3. FIG. 3 is a schematic diagram of the panoramic spherical image projection disclosed in the embodiment of the present disclosure as an equal-latitude N-half panoramic expansion image. As shown, the panoramic spherical image projection is obtained by rectangular projection to obtain an equally latitude N-partitioned panoramic expansion image, wherein the length of the zero latitude line in the equal-latitude N-partitioned panoramic expansion image is equal to the circumference of the panoramic spherical image. As can be seen from the figure, after a rectangular projection, the expansion ratio is 1:1.
请继续参阅图4,图4是本公开实施例公开的等纬度N等分全景展开图像投影为等经度二等分全景展开图像以及投影图像的示意图。在本实施方式中,当M=2时,等纬度N等分全景展开图像中经过投影,且同时采用曲直近似变换,得到等经度二等分全景展开图像。其中,曲直近似变换依据的是将圆弧拉伸或者压缩至直线。Please refer to FIG. 4 . FIG. 4 is a schematic diagram of the equal-latitude N-divided panoramic expansion image projected into the equal-longitude halved panoramic expansion image and the projected image disclosed in the embodiment of the present disclosure. In the present embodiment, when M=2, the equal-latitude N-partitioned panoramic expansion image is projected, and at the same time, the straight-line approximation transformation is used to obtain an equal-longitude bisecting panoramic expansion image. Among them, the straight curve approximation is based on stretching or compressing the arc to a straight line.
具体而言,在图4中,虚线为二等分全景展开图像,而实线为二等分展开后投影图像,从图中可以看出,将某一纬度的8个点分别进行拉伸和压缩变换,得到六边形图像。其中,从A点处拉伸到X处,从B点和C点处分别拉伸到Y处,从D点处拉伸到Z处,将E点压缩至J点,将F点压缩至K点,将G点压缩至M点,将H点压缩至N点。进一步的,经过圆弧上四点A、B、C、D的纬度线为任一纬度线,且在这圆弧上经过四点A、B、C、D的纬度线与零度纬度线之间的所有圆弧上的点都是经过拉伸得到垂直于零度纬度线的直线,即拉伸后的直线之间的距离为赤道长度。再进一步的,在圆弧顶与经过四点A、B、C、D的纬度线之间的所有圆弧上的点均是经过压缩或者拉伸成直线,正如将E点压缩至J点,将F点压缩至K点,将G点压缩至M点,将H点压缩至N点 所示。Specifically, in FIG. 4, the broken line is a bisection panoramic expansion image, and the solid line is a bisected expanded projection image. As can be seen from the figure, 8 points of a certain latitude are respectively stretched and Compress the transform to get a hexagonal image. Among them, stretching from point A to point X, stretching from point B to point C to point Y, stretching from point D to point Z, compressing point E to point J, and compressing point F to K Point, compress the G point to M point, and compress the H point to N point. Further, the latitude line passing through four points A, B, C, and D on the arc is any latitude line, and between the latitude line and the zero latitude line passing through four points A, B, C, and D on the arc The points on all the arcs are stretched to obtain a line perpendicular to the zero latitude line, that is, the distance between the stretched lines is the equator length. Further, the points on all the arcs between the arc top and the latitude lines passing through the four points A, B, C, and D are compressed or stretched into a straight line, just as the point E is compressed to J point. Compress point F to point K, compress point G to point M, and compress point H to point N Shown.
这样圆弧上半部分的圆弧均经过曲直变换,也就是拉伸和压缩而得到直线图形。In this way, the arc of the upper half of the arc is linearly transformed, that is, stretched and compressed to obtain a straight line figure.
同样的,在与上半圆弧相对应的下半圆弧上的点经过同样的拉伸和压缩处理,从而形成两个六边形。由此可见,经过二等分展开,可以得到两个六边形。Similarly, the points on the lower half of the arc corresponding to the upper semicircle are subjected to the same stretching and compression treatment to form two hexagons. It can be seen that after the halving expansion, two hexagons can be obtained.
再参阅图5,图5是本公开实施例公开的等纬度N等分全景展开图像投影为等经度M等分全景展开图像以及投影图像的示意图。在本实施方式中,当M为无穷大时,依然采用图4类似的方法,将处于同一纬度的圆弧上的每一点进行拉伸。如图5,将a拉伸至x,将b拉伸至y,处于圆弧上半部分的其他各个点相应的进行拉伸或者压缩。同理,处于圆弧下半部分的其他各个点相应的进行拉伸或者压缩。整个圆弧经过压缩与拉伸,从而得到损失无穷小的六边形图像。Referring to FIG. 5 again, FIG. 5 is a schematic diagram of the equal-latitude N-partition panoramic expansion image projected into an equal-longitude M equal-divided panoramic expansion image and a projected image disclosed in the embodiment of the present disclosure. In the present embodiment, when M is infinite, each point on the arc at the same latitude is stretched by a method similar to that of FIG. 4. As shown in Fig. 5, a is stretched to x, b is stretched to y, and other points in the upper half of the arc are correspondingly stretched or compressed. Similarly, the other points in the lower half of the arc are stretched or compressed accordingly. The entire arc is compressed and stretched, resulting in an infinitely small hexagonal image.
进一步的,请参阅图6,图6是本公开实施例公开的等经度M等分全景展开图像进行拼接后的全景平面图像的示意图。Further, please refer to FIG. 6. FIG. 6 is a schematic diagram of a panoramic planar image after splicing of the equal-longitude M equal-divided panoramic image disclosed in the embodiment of the present disclosure.
当M为无穷大时,将M等分全景展开图像的六边形下半部分均匀的转移到M等分全景展开图像的六边形上半部分并进行拼接,得到M等分全景拼接平面图像。When M is infinite, the lower half of the hexagon of the M-divided panoramic image is uniformly transferred to the upper half of the hexagon of the M-divided panoramic image and spliced to obtain a M-partition panoramic mosaic image.
经过上述处理,最后得到的全景平面图像相对于矩形投影直接得到的全景平面图像而言,可大大减少冗余数据,达到节约内存和减少带宽的目的。After the above processing, the finally obtained panoramic plane image can greatly reduce redundant data, and save memory and reduce bandwidth, compared with the panoramic plane image directly obtained by rectangular projection.
请参阅图7,图7是本公开实施例公开的一种全景图像展开系统70的框架图。在本实施方式中,全景图像为全景球面图像,以地球球面的展开过程来描述全景球面的展开过程,并引用了地球经纬线的概念,以便具体说明本公开。具体而言,全景图像展开系统70包括纬度切割模块701、经度切割模块703以 及拼接模块705。Please refer to FIG. 7. FIG. 7 is a frame diagram of a panoramic image expansion system 70 disclosed in an embodiment of the present disclosure. In the present embodiment, the panoramic image is a panoramic spherical image, and the development process of the panoramic spherical surface is described by the expansion process of the spherical surface of the earth, and the concept of the earth latitude and longitude is cited to specifically explain the present disclosure. Specifically, the panoramic image expansion system 70 includes a latitude cutting module 701 and a longitude cutting module 703. And splicing module 705.
纬度切割模块701设置为将全景球面图像在经度上以等纬度差N-1等分为N个球面区域,并将N个球面区域分别进行投影,得到N个矩形,并称N个矩形的整体为纬度展开图,其中,N为无穷大的正整数。The latitude cutting module 701 is configured to divide the panoramic spherical image into N spherical regions by the equal latitude difference N-1 in the longitude, and project the N spherical regions separately to obtain N rectangles, and call the N rectangles as a whole. A latitude expansion diagram in which N is a positive integer of infinity.
经度切割模块703设置为将纬度展开图在纬度上以经度差M-1等分为M个球面区域,并将M个球面区域分别进行投影,得到M个六边形,并称M个六边形的整体为经度展开图,其中,M为无穷大的正整数。The longitude cutting module 703 is configured to divide the latitude expansion map into M spherical regions by latitude and longitude M-1, and project the M spherical regions separately to obtain M hexagons, and call M six sides. The whole shape is a longitude expansion map, where M is a positive integer of infinity.
拼接模块705设置为将经度展开图的六边形下半部分均匀的转移到经度展开图的六边形上半部分并进行拼接,得到全景平面图像。The splicing module 705 is arranged to uniformly transfer the lower half of the hexagon of the longitude expansion map to the upper half of the hexagon of the longitude expansion map and splicing to obtain a panoramic plane image.
本公开还提供了一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述实施例的全景图像展开方法。The present disclosure also provides a non-transitory storage medium storing computer executable instructions arranged to perform the panoramic image expansion method of the above-described embodiments.
本公开还提供了一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述实施例的全景图像展开方法。The present disclosure also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, The computer is caused to execute the panoramic image expansion method of the above embodiment.
本公开还提供了一种电子设备。图8是本公开实施例提供的电子设备的结构框图。该电子设备可以包括:处理器(processor)81和存储器(memory)83,还可以包括通信接口(Communications Interface)82和总线84。其中,处理器81、通信接口82、存储器83可以通过总线84完成相互间的通信。通信接口82可以用于信息传输。处理器81可以调用存储器83中的逻辑指令,以执行上述实施例的全景图像展开方法。The present disclosure also provides an electronic device. FIG. 8 is a structural block diagram of an electronic device according to an embodiment of the present disclosure. The electronic device may include a processor 81 and a memory 83, and may further include a communication interface 82 and a bus 84. The processor 81, the communication interface 82, and the memory 83 can complete communication with each other through the bus 84. Communication interface 82 can be used for information transfer. The processor 81 can call the logic instructions in the memory 83 to perform the panoramic image expansion method of the above embodiment.
此外,上述的存储器83中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基 于这样的理解,本公开的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本公开各个实施例所述方法的全部或部分步骤。而前述的存储介质可以是非暂态存储介质,包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质,也可以是暂态存储介质。In addition, the logic instructions in the memory 83 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium. Base In this understanding, the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure. The foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk. A medium that can store program code, or a transitory storage medium.
经过全景图像展开系统中的各个模块处理之后,最后得到的全景平面图像相对于矩形投影直接得到的全景平面图像而言,大大减少冗余数据,达到节约内存和减少带宽的目的。 After processing by each module in the panoramic image unfolding system, the resulting panoramic planar image greatly reduces redundant data relative to the panoramic planar image directly obtained by the rectangular projection, thereby achieving the purpose of saving memory and reducing bandwidth.

Claims (15)

  1. 一种全景图像展开方法,包括:A panoramic image expansion method includes:
    将全景球面图像沿着可将经线切割成N等份的N-1条纬线分为N个球面区域,并将所述N个球面区域分别进行投影,得到N个矩形,并称所述N个矩形的整体为纬度展开图,其中,N为大于第一阈值的正整数;The panoramic spherical image is divided into N spherical regions along N-1 latitude lines which can cut the warp into N equal parts, and the N spherical regions are respectively projected to obtain N rectangles, and the N rectangles are called The entirety of the rectangle is a latitudinal expansion map, where N is a positive integer greater than the first threshold;
    将所述纬度展开图沿着可将纬线切割成M等份的M-1条经线分为M个球面区域,并将所述M个球面区域分别进行投影,得到M个六边形,并称所述M个六边形的整体为经度展开图,其中,M为大于第二阈值的正整数;The latitude development map is divided into M spherical regions along the M-1 warp lines that can cut the weft into M equal parts, and the M spherical regions are respectively projected to obtain M hexagons, and are called The whole of the M hexagons is a longitude expansion map, where M is a positive integer greater than the second threshold;
    将所述经度展开图的六边形下半部分转移到所述经度展开图的六边形上半部分并进行拼接,得到全景平面图像。The lower half of the hexagon of the longitude expansion map is transferred to the upper half of the hexagon of the longitude expansion map and spliced to obtain a panoramic plane image.
  2. 根据权利要求1所述的全景图像展开方法,其中,所述纬度展开图的任何一条纬度上的图片的宽度,均等于所述全景球面图像的相应纬度的周长。The panoramic image expansion method according to claim 1, wherein a width of a picture on any one of latitudes of the latitudinal expansion map is equal to a circumference of a corresponding latitude of the panoramic spherical image.
  3. 根据权利要求2所述的全景图像展开方法,其中,将所述N个球面区域分别进行投影采用的是矩形投影。The panoramic image expansion method according to claim 2, wherein the N spherical regions are separately projected using a rectangular projection.
  4. 根据权利要求2所述的全景图像展开方法,其中,将所述M个球面区域分别进行投影采用的是曲直近似变换。The panoramic image expansion method according to claim 2, wherein the M spherical regions are respectively projected by a straight approximation transformation.
  5. 根据权利要求4所述的全景图像展开方法,其中,所述曲直近似变换依据的是将圆弧进行拉伸或者压缩成直线。The panoramic image expansion method according to claim 4, wherein the curve approximation is performed by stretching or compressing a circular arc into a straight line.
  6. 根据权利要求1-5任一项所述的全景图像展开方法,其中,第一阈值为1000000,第二阈值为9999999;或第一阈值为1000,第二阈值为2000。The panoramic image expansion method according to any one of claims 1 to 5, wherein the first threshold is 1000000, the second threshold is 9999999; or the first threshold is 1000, and the second threshold is 2000.
  7. 一种全景图像展开系统,包括:A panoramic image expansion system comprising:
    纬度切割模块,设置为将全景球面图像沿着可将经线切割成N等份的N-1条纬线分为N个球面区域,并将所述N个球面区域分别进行投影,得到N个矩 形,并称所述N个矩形的整体为纬度展开图,其中,N为无穷大的正整数;The latitude cutting module is configured to divide the panoramic spherical image into N spherical regions along the N-1 latitude lines that can cut the warp into N equal parts, and project the N spherical regions separately to obtain N moments. Shape, and said the whole of the N rectangles is a latitudinal expansion diagram, wherein N is a positive integer of infinity;
    经度切割模块,设置为将所述纬度展开图沿着可将纬线切割成M等份的M-1条经线分为M个球面区域,并将所述M个球面区域分别进行投影,得到M个六边形,并称所述M个六边形的整体为经度展开图,其中,M为无穷大的正整数;以及The longitude cutting module is configured to divide the latitude development map into M spherical regions along M-1 warp lines that can cut the weft into M equal parts, and project the M spherical regions separately to obtain M spherical regions. a hexagon, and the entirety of the M hexagons is a longitude expansion map, where M is a positive integer of infinity;
    拼接模块,设置为将所述经度展开图的六边形下半部分均匀的转移到所述经度展开图的六边形上半部分并进行拼接,得到全景平面图像。The splicing module is configured to uniformly transfer the lower half of the hexagon of the longitude expansion map to the upper half of the hexagon of the longitude expansion map and splicing to obtain a panoramic plane image.
  8. 根据权利要求7所述的全景图像展开系统,其中,所述纬度展开图的任何一条纬度上的图片的宽度,均等于所述全景球面图像的纬度的周长。The panoramic image expansion system according to claim 7, wherein a width of a picture on any one of the latitude development maps is equal to a circumference of a latitude of the panoramic spherical image.
  9. 根据权利要求8所述的全景图像展开系统,其中,将所述N个球面区域分别进行投影采用的是矩形投影。The panoramic image unfolding system according to claim 8, wherein the N spherical regions are separately projected using a rectangular projection.
  10. 根据权利要求8所述的全景图像展开系统,其中,将所述M个球面区域分别进行投影采用的是曲直近似变换。The panoramic image development system according to claim 8, wherein the M spherical regions are respectively projected by a straight approximation transformation.
  11. 根据权利要求10所述的全景图像展开系统,其中,所述曲直近似变换的是将圆弧进行拉伸或者压缩成直线。The panoramic image unfolding system according to claim 10, wherein said straight approximation transforms an arc to be stretched or compressed into a straight line.
  12. 根据权利要求7至11任一项所述的全景图像展开系统,其中,第一阈值为1000000,第二阈值为9999999;或第一阈值为1000,第二阈值为2000。The panoramic image expansion system according to any one of claims 7 to 11, wherein the first threshold is 1000000 and the second threshold is 9999999; or the first threshold is 1000 and the second threshold is 2000.
  13. 一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行权利要求1-6任一项所述的全景图像展开方法。A non-transitory storage medium storing computer executable instructions arranged to perform the panoramic image expansion method of any of claims 1-6.
  14. 一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行权利要求1-6任一项所述的全景图像展开方法。 A computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions that, when executed by a computer, cause the computer to execute The panoramic image expansion method according to any one of claims 1 to 6.
  15. 一种电子设备,包括至少一个处理器和与所述至少一个处理器通信连接的存储器,所述存储器用于存储可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行时,使所述至少一个处理器执行权利要求1-6任一项所述的全景图像展开方法。 An electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, the instructions being processed by the at least one When executed, the at least one processor is caused to perform the panoramic image expansion method according to any one of claims 1-6.
PCT/CN2017/084481 2016-10-31 2017-05-16 Method and system for unwrapping panoramic image WO2018076663A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610926281.2A CN106991640B (en) 2016-10-31 2016-10-31 Panoramic image unfolding method and system
CN201610926281.2 2016-10-31

Publications (1)

Publication Number Publication Date
WO2018076663A1 true WO2018076663A1 (en) 2018-05-03

Family

ID=59413976

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/084481 WO2018076663A1 (en) 2016-10-31 2017-05-16 Method and system for unwrapping panoramic image

Country Status (2)

Country Link
CN (1) CN106991640B (en)
WO (1) WO2018076663A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110956583B (en) * 2018-09-26 2022-05-10 华为技术有限公司 Spherical image processing method and device and server
CN110794646A (en) * 2019-10-15 2020-02-14 河北汉光重工有限责任公司 Design method for processing fuse trigger on optical fairing
CN111731190B (en) * 2020-07-24 2022-12-30 展讯通信(天津)有限公司 Display method and system of vehicle-mounted AVM, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101938605A (en) * 2009-06-30 2011-01-05 爱国者全景(北京)网络科技发展有限公司 Method for generating panoramic video
US20150341552A1 (en) * 2014-05-21 2015-11-26 Here Global B.V. Developing a Panoramic Image
CN105631809A (en) * 2015-12-31 2016-06-01 北京理工大学 Method for generating non-uniform resolution spherical panoramic graph
CN106056531A (en) * 2016-05-13 2016-10-26 杭州当虹科技有限公司 Displaying method for unfolding 360-degree panorama video spherical surface to plane

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003141562A (en) * 2001-10-29 2003-05-16 Sony Corp Image processing apparatus and method for nonplanar image, storage medium, and computer program
CN105898254B (en) * 2016-05-17 2018-10-23 北京金字塔虚拟现实科技有限公司 It saves the VR panoramic videos layout method of bandwidth, device and shows method, system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101938605A (en) * 2009-06-30 2011-01-05 爱国者全景(北京)网络科技发展有限公司 Method for generating panoramic video
US20150341552A1 (en) * 2014-05-21 2015-11-26 Here Global B.V. Developing a Panoramic Image
CN105631809A (en) * 2015-12-31 2016-06-01 北京理工大学 Method for generating non-uniform resolution spherical panoramic graph
CN106056531A (en) * 2016-05-13 2016-10-26 杭州当虹科技有限公司 Displaying method for unfolding 360-degree panorama video spherical surface to plane

Also Published As

Publication number Publication date
CN106991640B (en) 2020-06-16
CN106991640A (en) 2017-07-28

Similar Documents

Publication Publication Date Title
US10733697B2 (en) Convolutional neural network for wide-angle camera images
WO2018076663A1 (en) Method and system for unwrapping panoramic image
TWI654874B (en) Method and apparatus for processing a projection frame having at least one non-uniform mapping generated projection surface
KR20200060297A (en) Point cloud compression using hybrid transformation
US10123024B2 (en) Image processing methods and image processing apparatuses
TW201832186A (en) Image mapping and processing method, apparatus and machine-readable media
WO2017177622A1 (en) Method and apparatus for playing panoramic video, and electronic device
CN101689292A (en) The BANANA codec
US20180146136A1 (en) Full-spherical video imaging system and computer-readable recording medium
WO2018040860A1 (en) Panoramic video compression method and device
CN104182194A (en) Method and system for seamless edge blending processing in projection display
CN107871304B (en) Panoramic video frame rectangular mapping method based on spherical surface circular cutting and affine transformation
CN116760965B (en) Panoramic video encoding method, device, computer equipment and storage medium
US10963987B2 (en) Method and apparatus for decoding projection based frame with 360-degree content represented by triangular projection faces packed in triangle-based projection layout
CN114782648A (en) Image processing method, image processing device, electronic equipment and storage medium
CN108881873A (en) The methods, devices and systems of high-definition picture fusion
US11270502B2 (en) Method and apparatus for image processing of three-dimensional model maps
US20210289187A1 (en) Apparatus and method for selecting camera providing input images to synthesize virtual view images
CN109325902B (en) Panoramic image fusion method, device and system and computer readable storage medium
JP2018505434A (en) Electroactive layer bonded to flexible display
CN111862240A (en) Panoramic camera and calibration method thereof, panoramic image splicing method and storage medium
EP3675058A1 (en) Image processing method and apparatus
CN112770095B (en) Panoramic projection method and device and electronic equipment
CN112135082A (en) Method and device for improving ultra-high definition 4K resolution VR video definition
CN106897964B (en) Keep the panoramic video frame rectangle mapping method of adjacent pixel correlation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17863618

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17863618

Country of ref document: EP

Kind code of ref document: A1