Copper-based metal halides for X-ray and photodetection

Fu Qiu, Yutian Lei, Zhiwen Jin

Front. Optoelectron. ›› 2022, Vol. 15 ›› Issue (4) : 47.

PDF(6539 KB)
Front. Optoelectron. All Journals
PDF(6539 KB)
Front. Optoelectron. ›› 2022, Vol. 15 ›› Issue (4) : 47. DOI: 10.1007/s12200-022-00048-x
REVIEW ARTICLE
REVIEW ARTICLE

Copper-based metal halides for X-ray and photodetection

Author information +
History +

Abstract

Copper-based metal halides have become important materials in the field of X-ray and photodetection due to their excellent optical properties, good environmental stability and low toxicity. This review presents the progress of research on crystal structure/morphology, photophysics/optical properties and applications of copper-based metal halides. We also discuss the challenges of copper-based metal halides with a perspective of their future research directions.

Graphical abstract

Keywords

Copper-based metal halides / X-ray detector / Photodetectors / Scintillators

Cite this article

Download citation ▾
Fu Qiu, Yutian Lei, Zhiwen Jin. Copper-based metal halides for X-ray and photodetection. Front. Optoelectron., 2022, 15(4): 47 https://doi.org/10.1007/s12200-022-00048-x

Introduction

Precise calibration for a camera is fundamental in computer vision and vision metric. A camera is often modeled as an ideal pin-hole one, which images on the focus plane without distortion. However, lens distortion will make the image distorted from ideal one.
There are several distortion models depending on the type of lens. In this paper, radial, decentering and prism distortion models proposed by Brown [ 1, 2] were to be considered.
To identify each distortion model, several methods have been proposed. The first method uses the known object 3D world coordinates [ 3], with which the result could be inaccurate when both camera intrinsic and extrinsic parameters are estimated at the same time. The second method uses point correspondences in different views [ 4]. This method is based on fundament matrix without the intrinsic and extrinsic explicitly. However, it is difficult to find correct point correspondences in multi-views. The third method, which estimates the distortion without camera parameters, is based on projective invariants [ 5- 7]. Nowadays, more and more researches depend on this method. This method estimates the distortion without camera parameters. The most widely used projective invariant is straight line, which remains straight from different view if there is no lens distortion based on pin-hole camera. This method needs to know the scene in advance, as it is important to find out the straight line or other invariant objects in distortion image. The forth method is also based on point correspondences between image points and world points [ 8], and it uses planar invariant instead. Planar calibration pattern points and non-distortion image points are mapped by homography matrix. This method calculates the distortion model parameters to make the correspondence most fit.
There are two different ways to compute the distortion models, backward mapping and forward mapping. Zhang [ 4] used forward mapping in both model definition and computing, while Hartley and Kang [ 9] used backward mapping.
In this paper, a new camera calibration method is presented, we used only one chessboard pattern image to solve the distortion models, which includes three main types of lens distortion–radial, decentering and prism distortions. It has four steps. First, image feature points are detected by chessboard point detecting algorithm. Second, the non-distortion feature point coordinate is calculated from detected feature point on distortion image. Third, nonlinear optimization is done to get the distortion model. Last, iterate former the three steps until converge. This method is based on the idea that the distortion near the optic axis is tiny, and we can use iterative procedure to reduce influence of this distortion. Therefore, non-distortion feature points can be calculated using the near center feature points on distortion image.
The paper is organized as follows. Section 2 describes the camera lens distortion model. Section 3 proposes the method of distortion model calculating. In Section 4, several experimental results are reported on both real and synthetic data. The paper ends with some concluding remarks.

Lens distortion model

Lens distortion makes the actual image different from ideal pin-hole image. Three forms of lens distortion, namely radial distortion, decentering distortion and thin prism distortion are taken into account in this paper [ 8]. The distortion can be formed as follow:
[xy]=[x*y*]+[Δx*Δy*].
[x,y]T is the ideal image without distortion, [x*,y*]T is the actual image with distortion, [Δx*,Δy*]T is the amount of distortion. Different forms of lens distortion result in the different part of distortion factor.

Radial distortion

Radial distortion is caused by inconsistent magnification in the field of view. This distortion is the significant part of lens distortion. Many researches only dealt with radial distortion [ 5, 7, 10].
The amount of radial distortion is circularly symmetric about optical center as shown in Fig. 1, which means there is no distortion at the optical center. In general, the farther the image point is away from the optical axis, the greater the distortion is. Radial distortion can be expressed as follows:
{Δrx(x*,y*)=k1x*((x*)2+(y*)2)+k2x*((x*)2+(y*)2)2Δry(x*,y*)=k1y*((x*)2+(y*)2)+k2y*((x*)2+(y*)2)2,
where k1, k2 are distortion factors of radial distortion model.
Fig.1 (a) Barrel distortion image; (b) pincushion distortion image

Full size|PPT slide

Decentering distortion

Decentering distortion is due to non-strict collineation of the optical centers of lens elements, as shown in Fig. 2. The decentering distortion model is formed as Eq. (3).
{Δdx(x*,y*)=p1(3(x*)2+(y*)2)+2p2x*y*Δdy(x*,y*)=p2((x*)2+3(y*)2)+2p1x*y*,
where p1, p2 are distortion factors of decentering distortion model.
Fig.2 Image with decentering distortion

Full size|PPT slide

Thin prism distortion

Thin prism distortion arises from the imperfection in lens design and manufacturing as well as camera, as shown in Fig. 3.The thin prism distortion model is described in Eq. (4).
{Δpx(x*,y*)=s1((x*)2+(y*)2)Δpy(x*,y*)=s2((x*)2+(y*)2),
where s1, s2 are distortion factors of prism distortion model.
Fig.3 Image with thin prism distortion

Full size|PPT slide

In this paper, three forms of distortion are considered. Then, the total amount of distortion is the sum of three distortions.
{Δx*(x*,y*)=Δrx(x*,y*)+Δdx(x*,y*)+Δpx(x*,y*)Δy*(x*,y*)=Δry(x*,y*)+Δdy(x*,y*)+Δpy(x*,y*).

Distortion correct with one chessboard pattern image

The proposed method consists following steps: 1) preprocess chessboard image and pick up the coordinate of corner points; 2) reconstruct non-distortion corner coordinate from distortion image; 3) initialize distortion model parameters using Levenberg-Marquardt nonlinear algorithm (LM); 4) use iterative procedure to minimize distortion residual; 5) use forward mapping method to correct image.

Corner points detection on distortion image

The performance of distortion correction is affected by the accuracy of the corner point coordinate. In this paper, a new corners detecting method of chessboard pattern image is proposed. This method has high corner detection rate.
The proposed method detects corner points according to the dissimilar distribution of pixels gray-scale between corner region and non-corner region. It defines three operators to calculate the dissimilarity distribution on different directions as follows. S is centrosymmetric operator. V is vertical symmetry operator. H is horizontal symmetry operator.
{s(x0,y0)=(x,y)neighborhood(x0,y0)|p(x,y)-p(2x0-x,2y0-y)|/card(neighborhood(x0,y0))v(x0,y0)=(x,y)neighborhood(x0,y0)|p(x,y)-p(x,2y0-y)|/card(neighborhood(x0,y0))h(x0,y0)=(x,y)neighborhood(x0,y0)|p(x,y)-p(2x0-x,y)|/card(neighborhood(x0,y0)),
where neighborhood(x0,y0) is 8 × 8rectangle region with point (x0,y0) located at the center, card() returns the pixel number of the region.
Define M as pixels response, whose value is associated with three operators. The response value of corner point is calculated by the following steps:
1)Compute the value of pixels by the three operators;
2)If all of the three operator results are between the pre-defined ranges, the final response value is the result by operator S. Otherwise, M is set to zero.
M={s|s[smin,smax],v[vmin,vmax],h[hmin,hmax]}{0|s[smin,smax]orv[vmin,vmax]orh[hmin,hmax]},
Median filtering algorithm is used to remove isolated detective point which is fault detection caused by noise. The corner coordinate can be computed by calculating the connected region centroid of response M, described as follows:
centroid=connectedm*positionconnectedm,
where mM , connected region is detected by 8-adjacent connection, positionm is the coordinate of the point with value m.
In this paper, distortion of the four corner points around the center is tiny for distortion image. Non-distortion points are reconstructed by the geometry feature (considering the same size of each block) of chessboard, which exploits these four corner points, as shown in Fig. 4, defined in Eq. (9).
{x(i,j)=x(0,0)+j*(x(0,1)-x(0,0))+i*(x(1,0)-x(0,0))y(i,j)=y(0,0)+j*(y(0,1)-y(0,0))+i*(y(1,0)-y(0,0)),
where (i,j) is the points array order, i and j could be negative integer, center four points are (0,0), (0,1), (1,0), (1,1).
To minimize the influence of the distortion of four center points, this paper introduces iterative process. The distortion of the four points would reduce after image correction, and then the corrected image is treated as an input distortion image for next iteration to reconstruct non-distortion points, iterate this procedure until four points unchanged after correction.
Fig.4 (a) Distortion image; (b) the dots are detected corners in image (a) and the circles are ideal points location.

Full size|PPT slide

Distortion model calculate

Three forms of distortion indicate that the optical center region is always non-distortion.
As long as the distortion and non-distortion points are achieved, the total amount of distortion would be computed by Eq. (1).
Expansion Eq. (5) is the whole model formed by three distortions.
{Δx(x*,y*)=k1x*((x*)2+(y*)2)+k2x*((x*)2+(y*)2)2+[p1(3(x*)2+(y*)2)+2p2x*y*]+s1((x*)2+(y*)2)Δy(x*,y*)=k1y*((x*)2+(y*)2)+k2y*((x*)2+(y*)2)2+[p2((x*)2+3(y*)2)+2p1x*y*]+s2((x*)2+(y*)2).
In this paper, the optical center is set to the image center. Different center only affects the distortion model values, which would not influence the result of distortion correction. Then, the linear equation is showed as follows
X-X*=AP,
where
{A=[x*((x*)2+(y*)2),x*((x*)2+(y*)2)2,3(x*)2+(y*)2,2x*y*,(x*)2+(y*)2,0y*((x*)2+(y*)2),y*((x*)2+(y*)2)2,2x*y*,(x*)2+3(y*)2,0,(x*)2+(y*)2]P=[k1k2p1p2s1s2]TX=[xy]TX*=[x*y*]T.
P is the required model parameters, X is the non-distortion position, X* is the distortion position.
The model P can be calculated by LM nonlinear optimization [ 11]. The objective function is defined as follows:
12[X0-X(P,X0*)2,,Xj-X(P,Xj*)2,,Xm-X(P,Xm*)2]=0,
where Xj is non-distortion pixel coordinate, X(P,Xj*) is the pixel coordinate transferred by Eq. (11) related to distortion image.
The Jacobian matrix is used for LM algorithm. From Eq. (12), the Jacobian matrix can be easy to get.
Then, the procedure for calculating distortion parameters is:
1)use corner detection to obtain point coordinate;
2)calculate the non-distortion point location depending on near center point;
3)using LM method to optimize distortion model parameters;
4)calculate the distortion residual, repeat steps 1), 2) and 3) until distortion residual convergence;
The parameter of convergence is the best solution of proposed method.

Distortion image correction

Image is corrected by the distortion parameters obtained in last steps. This procedure contains two steps.
1)Coordinate transfer: transfer the pixel coordinate from distortion image to non-distortion image (forward-mapping, as shown in Fig. 5) or from non-distortion image to distortion image (backward-mapping). This paper uses forward-mapping method to rectify image.
Fig.5 Forward-mapping from distortion image to correction image

Full size|PPT slide

2)Gray-scale interpolation: in this paper, bilinear interpolation is used to reconstruct the correction image.

Experiments

Corner points detection algorithm

The performance of the proposed corner detective algorithm is tested by comparing with the chessboard corner detection algorithm in OpenCV. It is shown in Fig. 6 that the proposed method achieves higher detection rate and is more accurate than the OpenCV method.
Fig.6 White rectangles are the detected corners: (a) the proposed method; (b) the OpenCV method

Full size|PPT slide

Synthetic data experiment

The performance of the proposed method is tested in several experiments. First, use the proposed method to estimate parameters of artificial distortion images. We distorted the origin image (Fig. 7) by adding all the three forms of distortion, and then corrected them with the proposed method.
Fig.7 Origin image without distortion

Full size|PPT slide

Fig.8 (a) and (b) are images with different distortion parameters; (c) and (d) are corrected image by proposed method, which parameters are shown in Table 1

Full size|PPT slide

Tab.1 Compares the distortion between man-made parameters and the results of proposed method
origin distortion image Figure 8(a) Figure 8 (b)
distortion model k1=3.0e-6,k2=-5.8e-13 p1=-2.4e-5,p2=2.86e-5 s1=6.5e-6,s2=-7.2e-6 k1=-2.3e-6,k2=4.3e-13 p1=5.0e-5,p2=-3.4e-5 s1=7.8e-6,s2=5.6e-6
correct image by proposed method Figure 8(c) Figure 8(d)
correct model by proposed method k1=3.67e-6,k2=-3.47e-12 p1=-1.99e-5,p2=2.36e-5 s1=-1.26e-6,s2=2.87e-7 k1=-2.67e-6,k2=1.37e-13 p1=4.90e-5,p2=-2.79e-5 s1=1.48e-5,s2=-6.87e-6
This method has a good estimation about parameters k1,p1,p2 , which are the main factors of distortion. The correction images are very similar to the origin image without distortion, shown in Fig. 8.
Synthetic data are used for further analysis for the performance of the proposed method. The synthetic data are setup as Gao and Yin did inRef [ 8], shown in Fig. 9(a), defining the optical axis as z-axis, the horizon direction on the image plane as x-axis, and vertical direction on the image plane as y-axis.
Fig.9 Performance of the proposed method with the synthetic data, dots are distorted points and circles are non-distorted points. (a) The distorted image; (b) the corrected image by the proposed method

Full size|PPT slide

Fig. 10 shows the three methods’ performance versus noises. In this experiment, Gaussian noise with zero mean and σ standard deviation is added to distorted points. We test the performance with noise standard deviation σ from 0.1 to 1.5 pixels. Define ERROR as root of mean square error in Eq. (13), which is to describe the correction accuracy. For each noise level, we used 100 images to evaluate the method’s performance. Brown’s method does not correct prism distortion. It indicates that the method without considering the entire distortion model could not make a good image correction.
ERROR=i(xd-xr)2+(yd-yr)2n,
where n is the number of samples, (xd,yd) is test data and (xr,yr) is the real data.
Fig.10 Compare ERROR of the proposed method with Gao’s and Brown’s method versus different noises levels

Full size|PPT slide

To test the robust of the proposed method, the image data are rotated around z-axis or x-axis. The results are shown in Figs. 11 and 12. Figure 11 shows the ERROR results when the chessboard is rotated around z-axis. It shows that the correction accuracy is similar between different rotation angles. In Fig. 12, though the rotation around x-axis is even up to 7.5°, the ERROR is similar with Gao’s method.
Fig.11 ERROR of different rotations around the z-axis of image versus noises levels

Full size|PPT slide

Fig.12 ERROR versus different rotation around the x-axis of image

Full size|PPT slide

The proposed method is very fast to converge. In these experiments, the iteration times are nearly 2 to 4, and the total time consuming to solve distortion model is almost 10 ms (image size is 752 × 480, using PC with CPU of i3 2.5 GHz).

Real data experiment

Real distortion images are taken by the Pentax CCTV lens (F1.2) with the focal lengths of 4 and 8 mm, which are captured by smart camera based on TMS320DM6437 DSP. Figure 7 is the object for taking photos. Figure 13 shows the pictures with different lens.
Fig.13 (a) Pictures taken with 4 mm lens, image size is 752 ×480; (b) pictures is taken with 8 mm lens, image size is 640 ×480

Full size|PPT slide

Use the proposed method to correct the distortion images in Fig. 13, and results are shown in Fig. 14. It shows that proposed method makes the collinear point in straight pattern in image. Table 2 presents the solutions in detail. We evaluate distortion residual of the distance between point and line. Since the points on each columns and rows are actually collinear, the distortion residual is the average distance between points and line. First, least square method is used to estimate the line function. Second, the absolute distance from points to the line is computed. The average absolute distance of all the point indicates the error of distortion, named as root mean square error (RMSE). Maximum distortion rate is calculated by the maximum distance from point to line dividing the image diagonal length.
Fig.14 (a) Corrected image taken with 4 mm lens; (b) corrected image taken with 8 mm lens

Full size|PPT slide

Tab.2 Experiment results with proposed method
len 1 focal f = 4 mm len 2 focal f = 8 mm
correct model k1=8.86e-7,k2=3.97e-12 p1=1.23e-5,p2=5.64e-5 s1=1.43e-5,s2=-2.23e-5 k1=7.72e-7,k2=1.98e-14 p1=1.05e-8,p2=2.89e-8 s1=1.37e-8,s2=2.15e-8
RMSE 0.34 pixel 0.25 pixel
maximum distortion rate 0.13% 0.10%
Table 2 indicates that proposed method is effective, which makes the image with little distortion and even the maximum distortion rather small.

Conclusions

This paper proposed a new method for lens distortion correction. Only one chessboard pattern image was used to rectify the three distortion models, which makes the implement convenient. To minimize the influence by the tiny distortion of the center four points, iterative procedure was introduced to optimize the distortion model and reevaluate the non-distorted points. Both synthetic data and real data have been adopted to test by the proposed method. Synthetic data experiment showed that the proposed method had good performance versus noises, and it was more accurate for lens distortion correction by considering the whole distortion models. Besides, chessboard rotation experiment was conducted to show the robustness of this method. The result of real data experiment also indicated that the proposed method was effective.

References

[1]
Liang, J., Liu, J., Jin, Z.: All-inorganic halide perovskites for optoelectronics: progress and prospects. Solar RRL 1(10), 1700086(2017)
CrossRef Google scholar
[2]
Xiang, W., Tress, W.: Review on recent progress of all-inorganic metal halide perovskites and solar cells. Adv. Mater. 31(44), e1902851 (2019)
CrossRef Google scholar
[3]
Chen, W., Li, X., Li, Y., Li, Y.: A review: Crystal growth for highperformance all-inorganic perovskite solar cells. Energy Environ. Sci. 13(7), 1971–1996 (2020)
CrossRef Google scholar
[4]
Yuan, J., Hazarika, A., Zhao, Q., Ling, X., Moot, T., Ma, W., Luther, J.M.: Metal halide perovskites in quantum dot solar cells: progress and prospects. Joule 4(6), 1160–1185 (2020)
CrossRef Google scholar
[5]
Liu, P., Han, N., Wang, W., Ran, R., Zhou, W., Shao, Z.: High-quality ruddlesden-popper perovskite film formation for high-performance perovskite solar cells. Adv. Mater. 33(10), e2002582 (2021)
CrossRef Google scholar
[6]
Park, N.G.: Perovskite solar cells: an emerging photovoltaic technology. Mater. Today 18(2), 65–72 (2015)
CrossRef Google scholar
[7]
Leijtens, T., Bush, K.A., Prasanna, R., Mcgehee, M.D.: Opportunities and challenges for tandem solar cells using metal halide perovskite semiconductors. Nat. Energy 3(10), 828–838 (2018)
CrossRef Google scholar
[8]
Wu, T., Qin, Z., Wang, Y., Wu, Y., Chen, W., Zhang, S., Cai, M., Dai, S., Zhang, J., Liu, J., Zhou, Z., Liu, X., Segawa, H., Tan, H., Tang, Q., Fang, J., Li, Y., Ding, L., Ning, Z., Qi, Y., Zhang, Y., Han, L.: The main progress of perovskite solar cells in 2020–2021. Nano-Micro Lett. 13(1), 152(2021)
CrossRef Google scholar
[9]
Li, B., Li, Z., Wu, X., Zhu, Z.: Interface functionalization in inverted perovskite solar cells: from material perspective. Nano Res Energy 1, e9120011 (2022)
CrossRef Google scholar
[10]
Tan, Z.K., Moghaddam, R.S., Lai, M.L., Docampo, P., Higler, R., Deschler, F., Price, M., Sadhanala, A., Pazos, L.M., Credgington, D., Hanusch, F., Bein, T., Snaith, H.J., Friend, R.H.: Bright light-emitting diodes based on organometal halide perovskite. Nat. Nanotechnol. 9(9), 687–692 (2014)
CrossRef Google scholar
[11]
Liu, M., Wan, Q., Wang, H., Carulli, F., Sun, X., Zheng, W., Kong, L., Zhang, Q., Zhang, C., Zhang, Q., Brovelli, S., Li, L.: Suppression of temperature quenching in perovskite nanocrystals for efficient and thermally stable light-emitting diodes. Nat. Photonics 15(5), 379–385 (2021)
CrossRef Google scholar
[12]
Ji, K., Anaya, M., Abfalterer, A., Stranks, S.D.: Halide perovskite light-emitting diode technologies. Adv. Opt. Mater. 9(18), 2002128(2021)
CrossRef Google scholar
[13]
Dou, L., Yang, Y.M., You, J., Hong, Z., Chang, W.H., Li, G., Yang, Y.: Solution-processed hybrid perovskite photodetectors with high detectivity. Nat. Commun. 5(1), 5404(2014)
CrossRef Google scholar
[14]
Ramasamy, P., Lim, D.H., Kim, B., Lee, S.H., Lee, M.S., Lee, J.S.: All-inorganic cesium lead halide perovskite nanocrystals for photodetector applications. Chem. Commun. (Camb.) 52(10), 2067–2070 (2016)
CrossRef Google scholar
[15]
Wang, H.P., Li, S., Liu, X., Shi, Z., Fang, X., He, J.H.: Low-dimensional metal halide perovskite photodetectors. Adv. Mater. 33(7), e2003309 (2021)
CrossRef Google scholar
[16]
Li, Z., Peng, G., Chen, H., Shi, C., Li, Z., Jin, Z.: Metal-free PAZE-NH4X3·H2O perovskite for flexible transparent X-ray detection and imaging. Angew. Chem. Int. Ed. 61(36), 202207198(2022)
CrossRef Google scholar
[17]
Chen, Q., Wu, J., Ou, X., Huang, B., Almutlaq, J., Zhumekenov, A.A., Guan, X., Han, S., Liang, L., Yi, Z., Li, J., Xie, X., Wang, Y., Li, Y., Fan, D., Teh, D.B.L., All, A.H., Mohammed, O.F., Bakr, O.M., Wu, T., Bettinelli, M., Yang, H., Huang, W., Liu, X.: All-inorganic perovskite nanocrystal scintillators. Nature 561(7721), 88–93 (2018)
CrossRef Google scholar
[18]
Cao, F., Yu, D., Ma, W., Xu, X., Cai, B., Yang, Y.M., Liu, S., He, L., Ke, Y., Lan, S., Choy, K.L., Zeng, H.: Shining emitter in a stable host: design of halide perovskite scintillators for X-ray imaging from commercial concept. ACS Nano 14(5), 5183–5193 (2020)
CrossRef Google scholar
[19]
Zhu, W., Ma, W., Su, Y., Chen, Z., Chen, X., Ma, Y., Bai, L., Xiao, W., Liu, T., Zhu, H., Liu, X., Liu, H., Liu, X., Yang, Y.M.: Low-dose real-time X-ray imaging with nontoxic double perovskite scintillators. Light Sci. Appl. 9(1), 112(2020)
CrossRef Google scholar
[20]
Chen, H., Wang, Q., Peng, G., Wang, S., Lei, Y., Wang, H., Yang, Z., Sun, J., Li, N., Zhao, L., Lan, W., Jin, Z.: Cesium lead halide nanocrystals based flexible X-ray imaging screen and visible dose rate indication on paper substrate. Adv. Opt. Mater. 10(8), 2102790(2022)
CrossRef Google scholar
[21]
Dong, H., Zhang, C., Liu, X., Yao, J., Zhao, Y.S.: Materials chemistry and engineering in metal halide perovskite lasers. Chem. Soc. Rev. 49(3), 951–982 (2020)
CrossRef Google scholar
[22]
Zhang, Q., Shang, Q., Su, R., Do, T.T.H., Xiong, Q.: Halide perovskite semiconductor lasers: materials, cavity design, and low threshold. Nano Lett. 21(5), 1903–1914 (2021)
CrossRef Google scholar
[23]
Li, Z., Zhou, F., Yao, H., Ci, Z., Yang, Z., Jin, Z.: Halide perovskites for high-performance X-ray detector. Mater. Today 48, 155–175 (2021)
CrossRef Google scholar
[24]
Zhou, F., Li, Z., Lan, W., Wang, Q., Ding, L., Jin, Z.: Halide perovskite, a potential scintillator for X-ray detection. Small Methods 4(10), 2000506(2020)
CrossRef Google scholar
[25]
Krishnamoorthy, T., Ding, H., Yan, C., Leong, W.L., Baikie, T., Zhang, Z., Sherburne, M., Li, S., Asta, M., Mathews, N., Mhaisalkar, S.G.: Lead-free germanium iodide perovskite materials for photovoltaic applications. J. Mater. Chem. A Mater. Energy Sustain. 3(47), 23829–23832 (2015)
CrossRef Google scholar
[26]
Yu, B.B., Chen, Z., Zhu, Y., Wang, Y., Han, B., Chen, G., Zhang, X., Du, Z., He, Z.: Heterogeneous 2D/3D tin-halides perovskite solar cells with certified conversion efficiency breaking 14%. Adv. Mater. 33(36), e2102055 (2021)
CrossRef Google scholar
[27]
Jiang, F., Yang, D., Jiang, Y., Liu, T., Zhao, X., Ming, Y., Luo, B., Qin, F., Fan, J., Han, H., Zhang, L., Zhou, Y.: Chlorine-incor-poration- induced formation of the layered phase for antimony-based lead-free perovskite solar cells. J. Am. Chem. Soc. 140(3), 1019–1027 (2018)
CrossRef Google scholar
[28]
Leng, M., Yang, Y., Zeng, K., Chen, Z., Tan, Z., Li, S., Li, J., Xu, B., Li, D., Hautzinger, M.P., Fu, Y., Zhai, T., Xu, L., Niu, G., Jin, S., Tang, J.: All-inorganic bismuth-based perovskite quantum dots with bright blue photoluminescence and excellent stability. Adv. Funct. Mater. 28(1), 1704446(2018)
CrossRef Google scholar
[29]
Li, M., Li, F., Gong, J., Zhang, T., Gao, F., Zhang, W.H., Liu, M.: Advances in TiN(II)-based perovskite solar cells: from material physics to device performance. Small Struct. 3(1), 2100102(2022)
CrossRef Google scholar
[30]
Tang, Y., Tang, S., Luo, M., Guo, Y., Zheng, Y., Lou, Y., Zhao, Y.: All-inorganic lead-free metal halide perovskite quantum dots: progress and prospects. Chem. Commun. (Camb.) 57(61), 7465–7479 (2021)
CrossRef Google scholar
[31]
Jun, T., Sim, K., Iimura, S., Sasase, M., Kamioka, H., Kim, J., Hosono, H.: Lead-free highly efficient blue-emitting Cs3Cu2I5 with 0D electronic structure. Adv. Mater. 30(43), e1804547 (2018)
CrossRef Google scholar
[32]
Cao, L., Liu, X., Li, Y., Li, X., Du, L., Chen, S., Zhao, S., Wang, C.: Recent progress in all-inorganic metal halide nanostructured perovskites: materials design, optical properties, and application. Front. Phys. 16(3), 33201(2021)
CrossRef Google scholar
[33]
Hull, S., Berastegui, P.: Crystal structures and ionic conductivities of ternary derivatives of the silver and copper monohalides—II: ordered phases within the (AgX)x(MX)1–x and (CuX)x(MX)1–x (M=K, Rb and Cs; X=Cl, Br and I) systems. J. Solid State Chem. 177(9), 3156–3173 (2004)
CrossRef Google scholar
[34]
Li, Y., Zhou, Z., Tewari, N., Ng, M., Geng, P., Chen, D., Ko, P.K., Qammar, M., Guo, L., Halpert, J.E.: Progress in copper metal halides for optoelectronic applications. Mater. Chem. Front. 5(13), 4796–4820 (2021)
CrossRef Google scholar
[35]
Grandhi, G.K., Viswanath, N.S.M., Cho, H.B., Han, J.H., Kim, S.M., Choi, S., Im, W.B.: Mechanochemistry as a green route: Synthesis, thermal stability, and postsynthetic reversible phase transformation of highly-luminescent cesium copper halides. J. Phys. Chem. Lett. 11(18), 7723–7729 (2020)
CrossRef Google scholar
[36]
Lin, R., Guo, Q., Zhu, Q., Zhu, Y., Zheng, W., Huang, F.: All-inorganic CsCu2I3 single crystal with high-PLQY (approximately 15.7%) intrinsic white-light emission via strongly localized 1D excitonic recombination. Adv. Mater. 31(46), e1905079 (2019)
CrossRef Google scholar
[37]
Yang, B., Yin, L., Niu, G., Yuan, J.H., Xue, K.H., Tan, Z., Miao, X.S., Niu, M., Du, X., Song, H., Lifshitz, E., Tang, J.: Lead-free halide Rb2CuBr 3 as sensitive X-ray scintillator. Adv. Mater. 31(44), e1904711 (2019)
CrossRef Google scholar
[38]
Sun, X.J., Xia, M.L., Xu, Y.S., Tang, J., Niu, G.D.: Research progress of perovskite direct X-ray imaging. Chinese J. Luminescence 43(7), 1014–1026 (2022)
CrossRef Google scholar
[39]
Xu, Y., Li, Y., Wang, Q., Chen, H., Lei, Y., Feng, X., Ci, Z., Jin, Z.: Two-dimensional BA2PbBr 4-based wafer for X-rays imaging application. Mater. Chem. Front. 6(10), 1310–1316 (2022)
CrossRef Google scholar
[40]
Zeng, J., Bi, L., Cheng, Y., Xu, B., Jen, A.K.Y.: Self-assembled monolayer enabling improved buried interfaces in blade-coated perovskite solar cells for high efficiency and stability. Nano Res Energy 1, e9120004 (2022)
CrossRef Google scholar
[41]
Zhang, F., Zhao, Z., Chen, B., Zheng, H., Huang, L., Liu, Y., Wang, Y., Rogach, A.L.: Strongly emissive lead-free 0D Cs3Cu2I5 perovskites synthesized by a room temperature solvent evaporation crystallization for down-conversion light-emitting devices and fluorescent inks. Adv. Opt. Mater. 8(8), 1901723(2020)
CrossRef Google scholar
[42]
Lin, R., Zhu, Q., Guo, Q., Zhu, Y., Zheng, W., Huang, F.: Dual self-trapped exciton emission with ultrahigh photoluminescence quantum yield in CsCu2I3 and Cs3Cu2I5 perovskite single crystals. J. Phys. Chem. C 124(37), 20469–20476 (2020)
CrossRef Google scholar
[43]
Zhou, Z., Li, Y., Xing, Z., Sung, H.H.Y., Williams, I.D., Li, Z., Wong, K.S., Halpert, J.E.: Rapid synthesis of bright, shape-controlled, large single crystals of Cs3Cu2X5 for phase pure single (X=Br, Cl) and mixed halides (X=Br, Cl) as the blue and green components for printable white light-emitting devices. Adv. Mater. Interfaces 8(20), 2101471(2021)
CrossRef Google scholar
[44]
Mo, X., Li, T., Huang, F., Li, Z., Zhou, Y., Lin, T., Ouyang, Y., Tao, X., Pan, C.: Highly-efficient all-inorganic lead-free 1D CsCu2I3 single crystal for white-light emitting diodes and UV photodetection. Nano Energy 81, 105570(2021)
CrossRef Google scholar
[45]
Zhao, X., Niu, G., Zhu, J., Yang, B., Yuan, J.H., Li, S., Gao, W., Hu, Q., Yin, L., Xue, K.H., Lifshitz, E., Miao, X., Tang, J.: Allinorganic copper halide as a stable and self-absorption-free X-ray scintillator. J. Phys. Chem. Lett. 11(5), 1873–1880 (2020)
CrossRef Google scholar
[46]
Yang, J., Kang, W., Liu, Z., Pi, M., Luo, L.B., Li, C., Lin, H., Luo, Z., Du, J., Zhou, M., Tang, X.: High-performance deep ultraviolet photodetector based on a one-dimensional lead-free halide perovskite CsCu2I3 film with high stability. J. Phys. Chem. Lett. 11(16), 6880–6886 (2020)
CrossRef Google scholar
[47]
Ma, Z., Shi, Z., Qin, C., Cui, M., Yang, D., Wang, X., Wang, L., Ji, X., Chen, X., Sun, J., Wu, D., Zhang, Y., Li, X.J., Zhang, L., Shan, C.: Stable yellow light-emitting devices based on ternary copper halides with broadband emissive self-trapped excitons. ACS Nano 14(4), 4475–4486 (2020)
CrossRef Google scholar
[48]
Roccanova, R., Yangui, A., Nhalil, H., Shi, H., Du, M.H., Saparov, B.: Near-unity photoluminescence quantum yield in blue-emitting Cs3Cu2Br5?xIx (0 ≤ x ≤ 5). ACS Appl. Electron. Mater. 1(3), 269–274 (2019)
CrossRef Google scholar
[49]
Xie, L., Chen, B., Zhang, F., Zhao, Z., Wang, X., Shi, L., Liu, Y., Huang, L., Liu, R., Zou, B., Wang, Y.: Highly luminescent and stable lead-free cesium copper halide perovskite powders for UVpumped phosphor-converted light-emitting diodes. Photon. Res. 8(6), 768–775 (2020)
CrossRef Google scholar
[50]
Cheng, P., Sun, L., Feng, L., Yang, S., Yang, Y., Zheng, D., Zhao, Y., Sang, Y., Zhang, R., Wei, D., Deng, W., Han, K.: Colloidal synthesis and optical properties of all-inorganic low-dimensional cesium copper halide nanocrystals. Angew. Chem. Int. Ed. 58(45), 16087–16091 (2019)
CrossRef Google scholar
[51]
Li, Y., Vashishtha, P., Zhou, Z., Li, Z., Shivarudraiah, S.B., Ma, C., Liu, J., Wong, K.S., Su, H., Halpert, J.E.: Room temperature synthesis of stable, printable Cs3Cu2X5 (X = I, Br/I, Br, Br/Cl, Cl) colloidal nanocrystals with near-unity quantum yield green emitters (X = Cl). Chem. Mater. 32(13), 5515–5524 (2020)
CrossRef Google scholar
[52]
Luo, Z., Li, Q., Zhang, L., Wu, X., Tan, L., Zou, C., Liu, Y., Quan, Z.: 0D Cs3Cu2X5 (X = I, Br, and Cl) nanocrystals: colloidal syntheses and optical properties. Small 16(3), e1905226 (2020)
CrossRef Google scholar
[53]
Zhao, S., Chen, C., Cai, W., Li, R., Li, H., Jiang, S., Liu, M., Zang, Z.: Efficiently luminescent and stable lead-free Cs3Cu2Cl5@ silica nanocrystals for white light-emitting diodes and communication. Adv. Opt. Mater. 9(13), 2100307(2021)
CrossRef Google scholar
[54]
Zhang, R., Mao, X., Zheng, D., Yang, Y., Yang, S., Han, K.: A lead-free all-inorganic metal halide with near-unity green luminescence. Laser Photonics Rev. 14(5), 2000027(2020)
CrossRef Google scholar
[55]
Han, L., Sun, B., Guo, C., Peng, G., Chen, H., Yang, Z., Li, N., Ci, Z., Jin, Z.: Photophysics in zero-dimensional potassium-doped cesium copper chloride Cs3Cu2Cl5 nanosheets and its application for high-performance flexible X-ray detection. Adv. Opt. Mater. 10(6), 2102453(2022)
CrossRef Google scholar
[56]
Zhang, B., Wu, X., Zhou, S., Liang, G., Hu, Q.: Self-trapped exciton emission in inorganic copper(I) metal halides. Front Optoelectron. 14(4), 459–472 (2021)
CrossRef Google scholar
[57]
Du, M.H.: Emission trend of multiple self-trapped excitons in luminescent 1D copper halides. ACS Energy Lett. 5(2), 464–469 (2020)
CrossRef Google scholar
[58]
Zhang, Z.X., Li, C., Lu, Y., Tong, X.W., Liang, F.X., Zhao, X.Y., Wu, D., Xie, C., Luo, L.B.: Sensitive deep ultraviolet photodetector and image sensor composed of inorganic lead-free Cs3Cu2I5 perovskite with wide bandgap. J. Phys. Chem. Lett. 10(18), 5343–5350 (2019)
CrossRef Google scholar
[59]
Li, Y., Shi, Z., Liang, W., Wang, L., Li, S., Zhang, F., Ma, Z., Wang, Y., Tian, Y., Wu, D., Li, X., Zhang, Y., Shan, C., Fang, X.: Highly stable and spectrum-selective ultraviolet photodetectors based on lead-free copper-based perovskites. Mater. Horiz. 7(2), 530–540 (2020)
CrossRef Google scholar
[60]
Li, Y., Shi, Z., Wang, L., Chen, Y., Liang, W., Wu, D., Li, X., Zhang, Y., Shan, C., Fang, X.: Solution-processed one-dimensional CsCu2I3 nanowires for polarization-sensitive and flexible ultraviolet photodetectors. Mater. Horiz. 7(6), 1613–1622 (2020)
CrossRef Google scholar
[61]
Ma, J., Xia, X., Yan, S., Li, Y., Liang, W., Yan, J., Chen, X., Wu, D., Li, X., Shi, Z.: Stable and self-powered solar-blind ultraviolet photodetectors based on a Cs3Cu2I5/β-Ga2O3 heterojunction prepared by dual-source vapor codeposition. ACS Appl. Mater. Interfaces 13(13), 15409–15419 (2021)
CrossRef Google scholar
[62]
Zhang, M., Zhu, J., Yang, B., Niu, G., Wu, H., Zhao, X., Yin, L., Jin, T., Liang, X., Tang, J.: Oriented-structured CsCu2I3 film by close-space sublimation and nanoscale seed screening for high-resolution X-ray imaging. Nano Lett. 21(3), 1392–1399 (2021)
CrossRef Google scholar
[63]
Zhao, X., Jin, T., Gao, W., Niu, G., Zhu, J., Song, B., Luo, J., Pan, W., Wu, H., Zhang, M., He, X., Fu, L., Li, Z., Zhao, H., Tang, J.: Embedding Cs3Cu2I5 scintillators into anodic aluminum oxide matrix for high-resolution X-ray imaging. Adv. Opt. Mater. 9(24), 2101194(2021)
CrossRef Google scholar
[64]
Zhou, Q., Ren, J., Xiao, J., Lei, L., Liao, F., Di, H., Wang, C., Yang, L., Chen, Q., Yang, X., Zhao, Y., Han, X.: Highly efficient copper halide scintillators for high-performance and dynamic X-ray imaging. Nanoscale 13(47), 19894–19902 (2021)
CrossRef Google scholar
[65]
Wang, Q., Zhou, Q., Nikl, M., Xiao, J., Kucerkova, R., Beitlerova, A., Babin, V., Prusa, P., Linhart, V., Wang, J., Wen, X., Niu, G., Tang, J., Ren, G., Wu, Y.: Highly resolved X-ray imaging enabled by In(I) doped perovskite-like Cs3Cu2Cl5 single crystal scintillator. Adv. Opt. Mater. 10(11), 2200304(2022)
CrossRef Google scholar
[66]
Li, X., Chen, J., Yang, D., Chen, X., Geng, D., Jiang, L., Wu, Y., Meng, C., Zeng, H.: Mn2+ induced significant improvement and robust stability of radioluminescence in Cs3Cu2I5 for high-performance nuclear battery. Nat. Commun. 12(1), 3879(2021)
CrossRef Google scholar
[67]
Cheng, S., Nikl, M., Beitlerova, A., Kucerkova, R., Du, X., Niu, G., Jia, Y., Tang, J., Ren, G., Wu, Y.: Ultrabright and highly efficient all-inorganic zero-dimensional perovskite scintillators. Adv. Opt. Mater. 9(13), 2100460(2021)
CrossRef Google scholar

RIGHTS & PERMISSIONS

2022 The Author(s) 2022
AI Summary AI Mindmap
PDF(6539 KB)

Accesses

Citations

Detail

Sections
Recommended

/